Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Base class for the parameters of the algorithm. More...
SingleBetaParameter | ( | DaalContext | context | ) |
Constructs the parameters of the quality metric algorithm
context | Context to manage the parameters of the quality metric algorithm |
double getAccuracyThreshold | ( | ) |
Retrieves the accuracy of the algorithm (used for statistics calculation)
double getAlpha | ( | ) |
Retrieves the significance level used in the computation of beta confidence intervals
void setAccuracyThreshold | ( | double | accuracyThreshold | ) |
Sets the accuracy of the algorithm (used for statistics calculation)
accuracyThreshold | Accuracy of the algorithm |
void setAlpha | ( | double | alpha | ) |
Sets the significance level used in the computation of beta confidence intervals
alpha | Significance level of the algorithm |
For more complete information about compiler optimizations, see our Optimization Notice.