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

List of all members

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

Class Constructor

Constructs the parameters of the quality metric algorithm

Parameters
contextContext to manage the parameters of the quality metric algorithm

Detailed Description

Member Function Documentation

double getAccuracyThreshold ( )

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

Returns
Accuracy of the algorithm
long getNBeta ( )

Gets the number of beta coefficients

Returns
Number of betas
long getNBetaReducedModel ( )

Gets the number of beta coefficients in reduced model

Returns
Number of betas in reduced model
void setAccuracyThreshold ( double  accuracyThreshold)

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

Parameters
accuracyThresholdAccuracy of the algorithm
void setNBeta ( long  nBeta)

Sets the number of beta coefficients

Parameters
nBetaNumber of beta coefficients in the model
void setNBetaReducedModel ( long  nBetaReducedModel)

Sets the number of beta coefficients

Parameters
nBetaReducedModelNumber of beta coefficients in the model

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

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