Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Base class for models trained by the logistic regression training algorithm More...
| NumericTable getBeta | ( | ) |
Returns the numeric table that contains regression coefficients
| boolean getInterceptFlag | ( | ) |
Returns true if the regression model contains the intercept term, and false otherwise
| long getNumberOfBetas | ( | ) |
Returns the number of regression coefficients
| void setInterceptFlag | ( | boolean | flag | ) |
Sets the interceptFlag flag that enables or disables the computation of the beta0 coefficient in the logistic regression equation
| flag |
For more complete information about compiler optimizations, see our Optimization Notice.