Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Computes the correlation or variance-covariance matrix in the online processing mode. More...
| Online | ( | DaalContext | context, |
| Online | other | ||
| ) |
Constructs the correlation or variance-covariance matrix algorithm in the online processing mode by copying input objects and parameters of another algorithm for correlation or variance-covariance matrix computation
| context | Context to manage the correlation or variance-covariance matrix algorithm |
| other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
| Online | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| Method | method | ||
| ) |
Constructs the correlation or variance-covariance matrix algorithm in the online processing mode
| context | Context to manage the correlation or variance-covariance matrix algorithm |
| cls | Data type to use in intermediate computations of the correlation or variance-covariance matrix, Double.class or Float.class |
| method | Computation method, Method |
| Online clone | ( | DaalContext | context | ) |
Returns the newly allocated correlation or variance-covariance matrix algorithm in the online processing mode with a copy of input objects and parameters of this correlation or variance-covariance matrix algorithm
| context | Context to manage the correlation or variance-covariance matrix algorithm |
For more complete information about compiler optimizations, see our Optimization Notice.