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

List of all members
DistributedContainerIface< step2Master > Class Template Referenceabstract

Class that spcifies interfaces of the correlation or variance-covariance matrix algorithm on master node. This class is associated with daal::algorithms::covariance::DistributedIface class. More...

Class Declaration

template<>
class daal::algorithms::covariance::interface1::DistributedContainerIface< step2Master >

Template Parameters
algorithmFPTypeData type to use in intermediate computations of the correlation or variance-covariance matrix, double or float
methodComputation method of the algorithm, daal::algorithms::covariance::Method

Member Function Documentation

virtual services::Status compute ( )
pure virtual

Computes a partial result of the correlation or variance-covariance matrix algorithm in the second step of the distributed processing mode

Implemented in DistributedContainer< step2Master, algorithmFPType, method, cpu >.

virtual services::Status finalizeCompute ( )
pure virtual

Computes the result of the correlation or variance-covariance matrix algorithm in the second step of the distributed processing mode

Implemented in DistributedContainer< step2Master, algorithmFPType, method, cpu >.


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

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