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

List of all members

Base interface for the MSE algorithm in the batch processing mode More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the MSE algorithm by copying input objects and parameters of another MSE algorithm

Parameters
contextContext to manage the MSE algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
Batch ( DaalContext  context,
Class<?extends Number >  cls,
Method  method,
long  numberOfTerms 
)

Constructs the MSE algorithm

Parameters
contextContext to manage the MSE algorithm
clsData type to use in intermediate computations for the MSE algorithm, Double.class or Float.class
methodMSE computation method, Method
numberOfTermsNumber of terms in the objective function that can be represented as sum

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated MSE algorithm with a copy of input objects and parameters of this MSE algorithm

Parameters
contextContext to manage the MSE algorithm
Returns
The newly allocated algorithm
Result compute ( )

Computes the MSE in the batch processing mode

Returns
Results of the computation
Input getInput ( )

Return the input of the algorithm

Returns
Input of the algorithm
Result getResult ( )

Return the result of the algorithm

Returns
Result of the algorithm
void setResult ( Result  result)

Registers user-allocated memory to store the results of computing the MSE in the batch processing mode

Parameters
resultStructure to store results of computing the MSE

Member Data Documentation

Method method

Computation method for the algorithm


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

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