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

List of all members

Computes the objective function with precomputed characteristics in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the objective function with precomputed characteristics algorithm by copying input objects and parameters of another objective function with precomputed characteristics algorithm

Parameters
contextContext to manage the objective function with precomputed characteristics 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 
)

Constructs the objective function with precomputed characteristics algorithm

Parameters
contextContext to manage the objective function with precomputed characteristics algorithm
clsData type to use in intermediate computations for the objective function with precomputed characteristics algorithm, Double.class or Float.class
methodObjective function with precomputed characteristics computation method, Method

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated objective function with precomputed characteristics algorithm with a copy of input objects and parameters of this objective function with precomputed characteristics algorithm

Parameters
contextContext to manage the objective function with precomputed characteristics algorithm
Returns
The newly allocated algorithm
Result compute ( )

Computes the objective function with precomputed characteristics in the batch processing mode

Returns
Results of the computation

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.