Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members

Base class for models trained by the logistic regression training algorithm More...

Detailed Description

References

Member Function Documentation

NumericTable getBeta ( )

Returns the numeric table that contains regression coefficients

Returns
Numeric table that contains regression coefficients
boolean getInterceptFlag ( )

Returns true if the regression model contains the intercept term, and false otherwise

Returns
True if the regression model contains the intercept term, and false otherwise
long getNumberOfBetas ( )

Returns the number of regression coefficients

Returns
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

Parameters
flag

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.