Base interface for the correlation or variance-covariance matrix algorithm in the online processing mode
More...
Constructs the correlation or variance-covariance matrix algorithm in the online processing mode
- Parameters
-
context | Context to manage the correlation or variance-covariance matrix algorithm in the online processing mode |
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
- 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 online 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 online 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 online 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 online processing mode
- Parameters
-
result | Structure to store the results of the correlation or variance-covariance matrix algorithm |
Pointer to the inner implementation of the service callback functionality
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file: