C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains classes for computing the correlation or variance-covariance matrix.
Namespaces | |
interface1 | |
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
Enumerations | |
enum | Method { defaultDense = 0, singlePassDense = 1, sumDense = 2, fastCSR = 3, singlePassCSR = 4, sumCSR = 5 } |
enum | InputId { data } |
enum | PartialResultId { nObservations, crossProduct, sum } |
enum | ResultId { covariance, correlation = covariance, mean } |
Available identifiers of results of the correlation or variance-covariance matrix algorithm. More... | |
enum | OutputMatrixType { covarianceMatrix, correlationMatrix } |
enum | MasterInputId { partialResults } |
Available identifiers of master node input arguments of the Covariance algorithm. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.