C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Classes | |
class | OnlineContainerIface |
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... | |
class | OnlineContainer< algorithmFPType, method, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm. This class is associated with daal::algorithms::covariance::Online class. More... | |
class | OnlineContainer< algorithmFPType, defaultDense, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm using default computation method. This class is associated with daal::algorithms::covariance::Online class. More... | |
class | OnlineContainer< algorithmFPType, singlePassDense, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm using single-pass computation method. This class is associated with daal::algorithms::covariance::Online class. More... | |
class | OnlineContainer< algorithmFPType, sumDense, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm using sum computation method. This class is associated with daal::algorithms::covariance::Online class. More... | |
class | OnlineContainer< algorithmFPType, fastCSR, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm using fast computation method that works with Compressed Sparse Rows (CSR) numeric tables. This class is associated with daal::algorithms::covariance::Online class. More... | |
class | OnlineContainer< algorithmFPType, singlePassCSR, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm using single-pass computation method that works with Compressed Sparse Rows (CSR) numeric tables. This class is associated with daal::algorithms::covariance::Online class. More... | |
class | OnlineContainer< algorithmFPType, sumCSR, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm using precomputed sum computation method that works with Compressed Sparse Rows (CSR) numeric tables. This class is associated with daal::algorithms::covariance::Online class. More... | |
class | OnlineImpl |
Abstract class that specifies interface of the algorithms for computing correlation or variance-covariance matrix in the online processing mode. More... | |
class | Online< algorithmFPType, method > |
Computes correlation or variance-covariance matrix in the online processing mode. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.