Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access final results obtained with the compute() method of the low order moments algorithm in the batch processing mode; or finalizeCompute() method of the algorithm in the online or distributed processing mode. More...
| Result | ( | DaalContext | context | ) |
Constructs the result of the low order moments algorithm
| context | Context to manage the result of the low order moments algorithm |
| NumericTable get | ( | ResultId | id | ) |
Returns the final result of the low order moments algorithm
| id | Identifier of the result, ResultId |
| void set | ( | ResultId | id, |
| NumericTable | value | ||
| ) |
Sets the final result of the low order moments algorithm
| id | Identifier of the final result |
| value | Object to store the final result |
For more complete information about compiler optimizations, see our Optimization Notice.