C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

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

Computes the result of the PCA Correlation algorithm on local nodes. More...

Class Declaration

template<typename algorithmFPType>
class daal::algorithms::pca::interface1::Distributed< step2Master, algorithmFPType, correlationDense >

Template Parameters
algorithmFPTypeData type to use in intermediate computations of the PCA algorithm, double or float

Constructor & Destructor Documentation

Distributed ( )
inline

Default constructor

Distributed ( const Distributed< step2Master, algorithmFPType, correlationDense > &  other)
inline

Constructs a PCA algorithm by copying input objects and parameters of another PCA algorithm

Parameters
[in]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

Member Function Documentation

services::SharedPtr<Distributed<step2Master, algorithmFPType, correlationDense> > clone ( ) const
inline

Returns a pointer to the newly allocated PCA algorithm with a copy of input objects and parameters of this PCA algorithm

Returns
Pointer to the newly allocated algorithm
virtual int getMethod ( ) const
inlinevirtual

Returns method of the algorithm

Returns
Method of the algorithm
services::SharedPtr<PartialResult<correlationDense> > getPartialResult ( )
inline

Returns structure that contains computed partial results of the PCA algorithm

Returns
Structure that contains partial results of the PCA algorithm
ResultPtr getResult ( )
inline

Returns the structure that contains the results of the PCA algorithm

Returns
Structure that contains the results of the PCA algorithm
services::Status setPartialResult ( const services::SharedPtr< PartialResult< correlationDense > > &  partialResult)
inline

Registers user-allocated memory to store partial results of the PCA algorithm

Parameters
[in]partialResultStructure for storing partial results of the PCA algorithm
services::Status setResult ( const ResultPtr &  res)
inline

Registers user-allocated memory to store the results of the PCA algorithm

Parameters
[in]resStructure to store the results of the PCA algorithm

Member Data Documentation

Input object

DistributedParameter<step2Master, algorithmFPType, correlationDense> parameter

Parameters


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

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