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