C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains classes of the elastic net 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 elastic net model-based prediction. | |
training | |
Contains a class for elastic net model-based training. | |
Functions | |
DAAL_EXPORT services::Status | checkModel (elastic_net::Model *model, const daal::algorithms::Parameter &par, size_t nBeta, size_t nResponses, int method) |
DAAL_EXPORT services::Status daal::algorithms::elastic_net::checkModel | ( | elastic_net::Model * | model, |
const daal::algorithms::Parameter & | par, | ||
size_t | nBeta, | ||
size_t | nResponses, | ||
int | method | ||
) |
Checks the correctness of elastic net model
[in] | model | The model to check |
[in] | par | The parameter of elastic net algorithm |
[in] | nBeta | Required number of elastic net 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.