Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access partial results obtained with the compute() method of the correlation or variance-covariance matrix algorithm in the online or distributed processing mode. More...
| PartialResult | ( | DaalContext | context | ) |
Default constructor. Constructs an empty PartialResult object
| context | Context to manage the correlation or variance-covariance matrix algorithm |
| NumericTable get | ( | PartialResultId | id | ) |
Returns the partial result of the correlation or variance-covariance matrix algorithm
| id | Identifier of the partial result, PartialResultId |
| void set | ( | PartialResultId | id, |
| NumericTable | value | ||
| ) |
Sets the partial result of the correlation or variance-covariance matrix 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.