C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains classes of the lasso 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 lasso regression model-based prediction. | |
training | |
Contains a class for lasso regression model-based training. | |
Functions | |
DAAL_EXPORT services::Status | checkModel (lasso_regression::Model *model, const daal::algorithms::Parameter &par, size_t nBeta, size_t nResponses, int method) |
DAAL_EXPORT services::Status daal::algorithms::lasso_regression::checkModel | ( | lasso_regression::Model * | model, |
const daal::algorithms::Parameter & | par, | ||
size_t | nBeta, | ||
size_t | nResponses, | ||
int | method | ||
) |
Checks the correctness of lasso regression model
[in] | model | The model to check |
[in] | par | The parameter of lasso regression algorithm |
[in] | nBeta | Required number of lasso regression coefficients |
[in] | nResponses | Required number of responses on the training stage |
[in] | method | Computation method |
For more complete information about compiler optimizations, see our Optimization Notice.