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

List of all members
Parameter Struct Reference

Parameters for the compute() method of a group of betas quality metrics. More...

Class Declaration

struct DAAL_EXPORT Parameter: public daal::algorithms::Parameter
{
Parameter(size_t nBeta, size_t nBetaReducedModel) : numBeta(nBeta), numBetaReducedModel(nBetaReducedModel), accuracyThreshold(0.001) {}
virtual ~Parameter() {}
size_t numBeta;
virtual services::Status check() const;
};

Member Function Documentation

virtual services::Status check ( ) const
virtual

Checks the correctness of the parameter

Returns
Status of computations

Member Data Documentation

double accuracyThreshold

Values below this threshold are considered equal to it

size_t numBeta

Number of beta coefficients (p) of linear regression model used for prediction

size_t numBetaReducedModel

Number of beta coefficients (p0) used for prediction with reduced linear regression model where p - p0 of p beta coefficients are set to 0


The documentation for this struct was generated from the following file:

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