C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Class that specifies the parameters of the PCA SVD algorithm in the batch computing mode. More...
BatchParameter | ( | const services::SharedPtr< normalization::zscore::BatchImpl > & | normalizationForBatchParameter = services::SharedPtr< normalization::zscore::Batch< algorithmFPType, normalization::zscore::defaultDense > >(new normalization::zscore::Batch< algorithmFPType, normalization::zscore::defaultDense >()) | ) |
Constructs PCA parameters
services::Status check | ( | ) | const |
Checks batch parameter of the PCA svd algorithm
services::SharedPtr<normalization::zscore::BatchImpl> normalization |
Pointer to batch covariance
For more complete information about compiler optimizations, see our Optimization Notice.