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

List of all members

Computes the linear regression regression single beta quality metrics in batch processing mode. More...

Class Constructor

◆ SingleBetaBatch() [1/2]

SingleBetaBatch ( DaalContext  context,
SingleBetaBatch  other 
)

Constructs the single beta 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 single beta quality metrics algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ SingleBetaBatch() [2/2]

SingleBetaBatch ( DaalContext  context,
Class<? extends Number >  cls,
SingleBetaMethod  method 
)

Constructs the single beta quality metrics algorithm in the batch processing mode

Parameters
contextContext to manage the single beta quality metrics algorithm
clsData type to use in intermediate computations of the single beta quality metrics, Double.class or Float.class
methodMethod for computing the single beta quality metrics, SingleBetaMethod

Detailed Description

Enumerations
References

Member Function Documentation

◆ clone()

SingleBetaBatch 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 single beta quality metrics algorithm
Returns
The newly allocated algorithm

◆ compute()

SingleBetaResult compute ( )

Computes the single beta quality metrics

Returns
Structure that contains results of the single beta quality metrics algorithm

◆ setResult()

void setResult ( SingleBetaResult  result)

Registers user-allocated memory for storing results of the single beta quality metrics algorithm

Parameters
resultStructure for storing results of the single beta 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.