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

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

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

Class Declaration

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

Constructor & Destructor Documentation

BatchParameter ( const services::SharedPtr< covariance::BatchImpl > &  covarianceForBatchParameter = services::SharedPtr< covariance::Batch< algorithmFPType, covariance::defaultDense > >(new covariance::Batch< algorithmFPType, covariance::defaultDense >()))

Constructs PCA parameters

Member Function Documentation

services::Status check ( ) const

Checks batch parameter of the PCA correlation algorithm

Returns
Errors detected while checking

Member Data Documentation

services::SharedPtr<covariance::BatchImpl> covariance

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.