C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Model Class Referenceabstract

Base class for models trained with the regression algorithm More...

Class Declaration

References

Member Function Documentation

◆ getBeta()

virtual data_management::NumericTablePtr getBeta ( )
pure virtual

Returns the numeric table that contains regression coefficients

Returns
Table that contains regression coefficients

◆ getInterceptFlag()

virtual bool getInterceptFlag ( ) const
pure virtual

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

◆ getNumberOfBetas()

virtual size_t getNumberOfBetas ( ) const
pure virtual

Returns the number of regression coefficients

Returns
Number of regression coefficients

◆ getNumberOfResponses()

virtual size_t getNumberOfResponses ( ) const
pure virtual

Returns the number of responses in the training data set

Returns
Number of responses in the training data set

◆ initialize()

virtual services::Status initialize ( )
pure virtual

Initializes ridge regression coefficients of the regression model


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

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