C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class containing methods to compute the result of the PCA algorithm. More...
OnlineContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the PCA algorithm with a specified environment in the online processing mode
[in] | daalEnv | Environment object |
~OnlineContainer | ( | ) |
Default destructor
services::Status compute | ( | ) |
Computes a partial result of the PCA algorithm in the online processing mode
services::Status finalizeCompute | ( | ) |
Computes the result of the PCA algorithm in the online processing mode
For more complete information about compiler optimizations, see our Optimization Notice.