C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class that specifies interfaces of implementations of the correlation or variance-covariance matrix container. This class is associated with daal::algorithms::covariance::BatchContainerIface class. More...
|
inline |
Default constructor
|
inlinevirtual |
Default destructor
|
pure virtual |
Computes the result of the correlation or variance-covariance matrix algorithm in the batch processing mode
Implemented in BatchContainer< algorithmFPType, sumCSR, cpu >, BatchContainer< algorithmFPType, singlePassCSR, cpu >, BatchContainer< algorithmFPType, fastCSR, cpu >, BatchContainer< algorithmFPType, sumDense, cpu >, BatchContainer< algorithmFPType, singlePassDense, cpu >, and BatchContainer< algorithmFPType, defaultDense, cpu >.
For more complete information about compiler optimizations, see our Optimization Notice.