Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Computes the objective function with precomputed characteristics in the batch processing mode. More...
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
context | Context to manage the objective function with precomputed characteristics algorithm |
other | An 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
context | Context to manage the objective function with precomputed characteristics algorithm |
cls | Data type to use in intermediate computations for the objective function with precomputed characteristics algorithm, Double.class or Float.class |
method | Objective function with precomputed characteristics computation method, Method |
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
context | Context to manage the objective function with precomputed characteristics algorithm |
Result compute | ( | ) |
Computes the objective function with precomputed characteristics in the batch processing mode
Method method |
Computation method for the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.