Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Base interface for the low order moments algorithm in the batch processing mode More...
| BatchImpl | ( | DaalContext | context | ) |
|
abstract |
Returns the newly allocated low order moments algorithm with a copy of input objects and parameters of this algorithm for low order moments computation
| context | Context to manage the low order moments algorithm |
| Result compute | ( | ) |
Computes the low order moments algorithm in the batch processing mode
| void dispose | ( | ) |
Releases the memory allocated for the native algorithm object
Implements Disposable.
| void setResult | ( | Result | result | ) |
Registers user-allocated memory to store the results of computing the low order moments algorithm in the batch processing mode
| result | Structure to store results of computing the low order moments algorithm |
| long cBatchImpl |
Pointer to the inner implementation of the service callback functionality
| Input input |
Input objects for the algorithm
| Method method |
Computation method for the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.