C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Namespaces | Functions
daal::algorithms::linear_model Namespace Reference

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)
 

Function Documentation

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

Parameters
[in]modelThe model to check
[in]parThe parameter of linear regression algorithm
[in]nBetaRequired number of linear regression coefficients
[in]nResponsesRequired number of responses on the training stage
Returns
Status of computations

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