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 single beta quality metrics. More...

Class Declaration

struct DAAL_EXPORT Parameter: public daal::algorithms::Parameter
{
Parameter(double alphaVal = 0.05, double accuracyVal = 0.001);
virtual ~Parameter() {}
double alpha;
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

double alpha

Significance level used in the computation of betas confidence intervals


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

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