C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class that spcifies interfaces of implementations of the correlation or variance-covariance matrix algorithm. This class is associated with daal::algorithms::covariance::OnlineImpl 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 online processing mode
Implemented in OnlineContainer< algorithmFPType, sumCSR, cpu >, OnlineContainer< algorithmFPType, singlePassCSR, cpu >, OnlineContainer< algorithmFPType, fastCSR, cpu >, OnlineContainer< algorithmFPType, sumDense, cpu >, OnlineContainer< algorithmFPType, singlePassDense, cpu >, and OnlineContainer< algorithmFPType, defaultDense, cpu >.
|
pure virtual |
Computes the result of the correlation or variance-covariance matrix algorithm in the online processing mode
Implemented in OnlineContainer< algorithmFPType, sumCSR, cpu >, OnlineContainer< algorithmFPType, singlePassCSR, cpu >, OnlineContainer< algorithmFPType, fastCSR, cpu >, OnlineContainer< algorithmFPType, sumDense, cpu >, OnlineContainer< algorithmFPType, singlePassDense, cpu >, and OnlineContainer< algorithmFPType, defaultDense, cpu >.
For more complete information about compiler optimizations, see our Optimization Notice.