C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Contains classes of the regression algorithm.
Namespaces | |
| interface1 | |
| Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
| prediction | |
| Contains a class for making the regression model-based prediction. | |
| training | |
| Contains a class for regression model-based training. | |
Functions | |
| DAAL_EXPORT services::Status | checkModel (linear_model::Model *model, const daal::algorithms::Parameter &par, size_t nBeta, size_t nResponses) |
| DAAL_EXPORT services::Status daal::algorithms::linear_model::checkModel | ( | linear_model::Model * | model, |
| const daal::algorithms::Parameter & | par, | ||
| size_t | nBeta, | ||
| size_t | nResponses | ||
| ) |
Checks the correctness of linear regression model
| [in] | model | The model to check |
| [in] | par | The parameter of linear regression algorithm |
| [in] | nBeta | Required number of linear regression coefficients |
| [in] | nResponses | Required number of responses on the training stage |
For more complete information about compiler optimizations, see our Optimization Notice.