Base interface for the correlation or variance-covariance matrix algorithm in the distributed processing mode
More...
- Parameters
-
context | Context to manage the correlation or variance-covariance matrix algorithm |
- 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 correlation or variance-covariance matrix algorithm
- Parameters
-
context | Context to manage the correlation or variance-covariance matrix algorithm |
- Returns
- The newly allocated algorithm
Computes partial results of the correlation or variance-covariance matrix algorithm in the distributed processing mode
- Returns
- Computed partial results of the correlation or variance-covariance matrix algorithm
Releases the memory allocated for the native algorithm object
Implements Disposable.
Computes the results of the correlation or variance-covariance matrix algorithm in the distributed processing mode
- Returns
- Computed results of the correlation or variance-covariance matrix algorithm
void setPartialResult |
( |
PartialResult |
partialResult, |
|
|
boolean |
initializationFlag |
|
) |
| |
Registers user-allocated memory to store partial results of the correlation or variance-covariance matrix algorithm and optionally tells the library to initialize the memory
- Parameters
-
partialResult | Structure to store partial results |
initializationFlag | Flag that specifies whether partial results are initialized |
Registers user-allocated memory to store partial results of the correlation or variance-covariance matrix algorithm in the distributed processing mode
- Parameters
-
partialResult | Structure to store partial results |
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of the correlation or variance-covariance matrix algorithm in the distributed processing mode
- Parameters
-
result | Structure to store the results |
Pointer to the inner implementation of the service callback functionality
Computation method for the algorithm
Partial result of the algorithm
The documentation for this class was generated from the following file: