C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Classes | |
class | BatchContainerIface |
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... | |
class | BatchContainer< algorithmFPType, method, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm. This class is associated with daal::algorithms::covariance::Batch class. More... | |
class | BatchContainer< 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::Batch class. More... | |
class | BatchContainer< 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::Batch class. More... | |
class | BatchContainer< algorithmFPType, sumDense, cpu > |
Provides methods to run implementations of the correlation or variance-covariance matrix algorithm using precomputed sum computation method This class is associated with daal::algorithms::covariance::Batch class. More... | |
class | BatchContainer< 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::Batch class. More... | |
class | BatchContainer< 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::Batch class. More... | |
class | BatchContainer< 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::Batch class. More... | |
class | BatchImpl |
Abstract class that specifies interface of the algorithms for computing correlation or variance-covariance matrix in the batch processing mode. More... | |
class | Batch< algorithmFPType, method > |
Computes correlation or variance-covariance matrix in the batch processing mode. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.