Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Results obtained with the compute() method of the PCA transformation algorithm in the batch processing mode. More...
TransformResult | ( | DaalContext | context | ) |
Constructs the result of PCA transformation algorithm
context | Context to manage the result of PCA transformation algorithm |
NumericTable get | ( | TransformResultId | id | ) |
Returns the result of PCA transformation
id | Identifier of the result |
void set | ( | TransformResultId | id, |
NumericTable | val | ||
) |
Sets the final result of the PCA transformation algorithm
id | Identifier of the result |
val | Result that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.