Model of the classifier trained by the logistic_regression::training::Batch algorithm.
More...
virtual data_management::NumericTablePtr getBeta |
( |
| ) |
|
|
pure virtual |
Returns the numeric table that contains regression coefficients
- Returns
- Table that contains regression coefficients
virtual const data_management::NumericTablePtr getBeta |
( |
| ) |
const |
|
pure virtual |
Returns the numeric table that contains regression coefficients
- Returns
- Table that contains regression coefficients
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
virtual size_t getNumberOfBetas |
( |
| ) |
const |
|
pure virtual |
Returns the number of regression coefficients
- Returns
- Number of regression coefficients
The documentation for this class was generated from the following file: