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