Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
SingleBetaParameter Class Reference

Base class for the parameters of the algorithm. More...

Class Constructor

◆ SingleBetaParameter()

Constructs the parameters of the quality metric algorithm

Parameters
contextContext to manage the parameters of the quality metric algorithm

Detailed Description

Member Function Documentation

◆ getAccuracyThreshold()

double getAccuracyThreshold ( )

Retrieves the accuracy of the algorithm (used for statistics calculation)

Returns
Accuracy of the algorithm

◆ getAlpha()

double getAlpha ( )

Retrieves the significance level used in the computation of beta confidence intervals

Returns
Significance level of the algorithm

◆ setAccuracyThreshold()

void setAccuracyThreshold ( double  accuracyThreshold)

Sets the accuracy of the algorithm (used for statistics calculation)

Parameters
accuracyThresholdAccuracy of the algorithm

◆ setAlpha()

void setAlpha ( double  alpha)

Sets the significance level used in the computation of beta confidence intervals

Parameters
alphaSignificance level of the algorithm

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

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