C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
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...
algorithmFPType | Data type to use in intermediate computations of the correlation or variance-covariance matrix, double or float |
method | Computation method of the algorithm, daal::algorithms::covariance::Method |
|
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 >.
|
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 >.
For more complete information about compiler optimizations, see our Optimization Notice.