C++ API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members
BatchParameter< algorithmFPType, svdDense > Class Template Reference

Class that specifies the parameters of the PCA SVD algorithm in the batch computing mode. More...

Class Declaration

template<typename algorithmFPType>
class daal::algorithms::pca::interface2::BatchParameter< algorithmFPType, svdDense >

Constructor & Destructor Documentation

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

Member Function Documentation

services::Status check ( ) const

Checks batch parameter of the PCA svd algorithm

Returns
Errors detected while checking

Member Data Documentation

services::SharedPtr<normalization::zscore::BatchImpl> normalization

Pointer to batch covariance


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.