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