Computes moments of low order in the online processing mode.
More...
Constructs low order moments algorithm for the online processing mode by copying input objects of another low order moments algorithm
- Parameters
-
context | Context to manage the low order moments algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs low order moments algorithm for the online processing mode
- Parameters
-
context | Context to manage the low order moments algorithm |
cls | Data type to use in intermediate computations, Double.class or Float.class |
method | Computation method, Method |
- References
- InputId class. Identifiers of input objects for the algorithm
- PartialResultId class. Identifiers of partial results of the algorithm
- ResultId class. Identifiers of final results of the algorithm
Returns the newly allocated low order moments algorithm for the online processing mode with a copy of input objects of this algorithm
- Parameters
-
context | Context to manage the low order moments algorithm |
- Returns
- The newly allocated algorithm
Computes partial results of the low order moments algorithm
- Returns
- Partial results of the computation
Computes final results of the low order moments algorithm
- Returns
- Final results of the computation
void setPartialResult |
( |
PartialResult |
partialResult, |
|
|
boolean |
initializationFlag |
|
) |
| |
Registers user-allocated memory to store partial results of the low order moments algorithm and optionally tells the library to initialize the memory
- Parameters
-
partialResult | Structure to store partial results |
initializationFlag | Flag that specifies whether the partial results are initialized |
Registers user-allocated memory to store partial results of the low order moments algorithm
- Parameters
-
partialResult | Structure for storing partial results |
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store final results of the low order moments algorithm
- Parameters
-
result | Structure for storing final results |
Computation method for the algorithm
Parameters of the algorithm
Partial result of the algorithm
The documentation for this class was generated from the following file:
- low_order_moments/Online.java