Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members

Computes the linear regression regression group of betas quality metrics in batch processing mode. More...

Class Constructor

Constructs the group of betas quality metrics algorithm in the batch processing mode by copying input objects and parameters of another single beta quality metrics algorithm

Parameters
contextContext to manage the group of betas quality metrics algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
GroupOfBetasBatch ( DaalContext  context,
Class<?extends Number >  cls,
GroupOfBetasMethod  method,
long  nBeta,
long  nBetaReducedModel 
)

Constructs the group of betas quality metrics algorithm in the batch processing mode

Parameters
contextContext to manage the group of betas quality metrics algorithm
clsData type to use in intermediate computations of the group of betas quality metrics, Double.class or Float.class
methodMethod for computing the group of betasquality metrics, GroupOfBetasMethod
nBetaNumber of beta coefficients (p) of linear regression model used for prediction
nBetaReducedModelNumber of beta coefficients (p0) used for prediction with reduced linear regression model where p - p0 of p beta coefficients are set to 0

Detailed Description

Enumerations
References

Member Function Documentation

GroupOfBetasBatch clone ( DaalContext  context)

Returns the newly allocated single beta quality metrics algorithm with a copy of input objects and parameters of this single beta quality metrics algorithm

Parameters
contextContext to manage the group of betas quality metrics algorithm
Returns
The newly allocated algorithm
GroupOfBetasResult compute ( )

Computes the group of betasquality metrics

Returns
Structure that contains results of the group of betasquality metrics algorithm
void setResult ( GroupOfBetasResult  result)

Registers user-allocated memory for storing results of the group of betas quality metrics algorithm

Parameters
resultStructure for storing results of the group of betas quality metrics algorithm

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

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