Base interface for the correlation or variance-covariance matrix algorithm in the batch processing mode
More...
Constructs the correlation or variance-covariance matrix algorithm in the batch processing mode
- Parameters
-
context | Context to manage the correlation or variance-covariance matrix algorithm in the batch processing mode |
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations of the correlation or variance-covariance matrix, double or float |
method | Computation method, daal.algorithms.covariance.Method |
- Enumerations
- Method Computation methods of the correlation or variance-covariance matrix algorithm
- InputId Identifiers of input objects
- ResultId Identifiers of the results
- References
-
Returns the newly allocated correlation or variance-covariance matrix algorithm with a copy of input objects and parameters of this algorithm for correlation or variance-covariance matrix computation
- Parameters
-
context | Context to manage the correlation or variance-covariance matrix algorithm |
- Returns
- The newly allocated algorithm
Computes the correlation or variance-covariance matrix in the batch processing mode
- Returns
- Results of the computation
Releases the memory allocated for the native algorithm object
Implements Disposable.
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of computing the correlation or variance-covariance matrix in the batch processing mode
- Parameters
-
result | Structure to store results of computing the correlation or variance-covariance matrix |
Pointer to the inner implementation of the service callback functionality
Input objects for the algorithm
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file:
- covariance/BatchImpl.java