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

List of all members

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

Class Constructor

◆ Batch() [1/2]

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() [2/2]

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 objectiove function that can be represent as sum

Detailed Description

References

Member Function Documentation

◆ clone()

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

◆ compute()

Result compute ( )

Computes the MSE in the batch processing mode

Returns
Results of the computation

◆ getInput()

Input getInput ( )

Return the input of the algorithm

Returns
Input of the algorithm

◆ getResult()

Result getResult ( )

Return the result of the algorithm

Returns
Result of the algorithm

◆ setResult()

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 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.