C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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

◆ check()

virtual services::Status check ( ) const
virtual

Checks the correctness of the parameter

Returns
Status of computations

Reimplemented from Parameter.

Member Data Documentation

◆ accuracyThreshold

double accuracyThreshold

Values below this threshold are considered equal to it

◆ alpha

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.