Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access partial results obtained with compute() of the correlation method of PCA algorithm in the online or distributed processing mode. More...
| PartialCorrelationResult | ( | DaalContext | context | ) |
Constructs the partial result of the algorithm
| context | Context to manage the partial result of the algorithm |
| NumericTable get | ( | PartialCorrelationResultID | id | ) |
Returns partial result of the PCA algorithm
| id | Identifier of the PartialCorrelationResult, PartialCorrelationResultID |
| void set | ( | PartialCorrelationResultID | id, |
| NumericTable | value | ||
| ) |
Sets partial result of the PCA algorithm
| id | Identifier of the partial result |
| value | Value of the partial result |
For more complete information about compiler optimizations, see our Optimization Notice.