Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Parameters of the multivariate outlier detection compute() method used with the defaultDense method. More...
double getAlpha | ( | ) |
Returns the parameter alpha of the BACON method.
InitializationMethod getInitializationMethod | ( | ) |
Returns initialization method of the BACON multivariate outlier detection algorithm
double getToleranceToConverge | ( | ) |
Sets the threshold for the stopping criterion of the algorithms.
void setAlpha | ( | double | alpha | ) |
Sets alpha parameter of the BACON method. alpha is a one-tailed probability that defines the quantile of the
distribution with
degrees of freedom. Recommended value:
, where n is the number of observations.
alpha | Value of the parameter alpha |
void setInitializationMethod | ( | InitializationMethod | method | ) |
Sets initialization method for the BACON multivariate outlier detection algorithm
method | Initialization method |
void setToleranceToConverge | ( | double | threshold | ) |
Sets the threshold for the stopping criterion of the algorithms. Stopping criterion: the algorithm is terminated if the size of the basic subset is changed by less than the threshold.
threshold | Threshold for the stopping criterion of the algorithm |
For more complete information about compiler optimizations, see our Optimization Notice.