Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Base interface for the Coordinate Descent algorithm in the batch processing mode More...
Batch | ( | DaalContext | context, |
Batch | other | ||
) |
Constructs the Coordinate Descent algorithm by copying input objects and parameters of another Coordinate Descent algorithm
context | Context to manage the Coordinate Descent 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 Coordinate Descent algorithm
context | Context to manage the Coordinate Descent algorithm |
cls | Data type to use in intermediate computations for the Coordinate Descent algorithm, Double.class or Float.class |
method | Coordinate Descent computation method, Method |
Batch clone | ( | DaalContext | context | ) |
Returns the newly allocated Coordinate Descent algorithm with a copy of input objects and parameters of this Coordinate Descent algorithm
context | Context to manage the Coordinate Descent algorithm |
Result compute | ( | ) |
Computes the Coordinate Descent in the batch processing mode
Method method |
Computation method for the algorithm
Parameter parameter |
Parameters of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.