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

List of all members
Parameter Struct Reference

Parameters of the outlier detection computation using the baconDense method. More...

Class Declaration

struct DAAL_EXPORT Parameter : public daal::algorithms::Parameter
{
double alpha = 0.05, double toleranceToConverge = 0.005);
double alpha;
virtual services::Status check() const DAAL_C11_OVERRIDE;
};

Member Data Documentation

double alpha

One-tailed probability that defines the $(1 - \alpha)$ quantile of the $\chi^2$ distribution with $p$ degrees of freedom. Recommended value: $\alpha / n$, where n is the number of observations.

Initialization method, InitializationMethod

double toleranceToConverge

Stopping criterion: the algorithm is terminated if the size of the basic subset is changed by less than the threshold


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

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