Computes moments of low order in the online processing mode.
More...
◆ Online() [1/2]
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 |
◆ Online() [2/2]
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
◆ clone()
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
◆ compute()
Computes partial results of the low order moments algorithm
- Returns
- Partial results of the computation
◆ finalizeCompute()
Computes final results of the low order moments algorithm
- Returns
- Final results of the computation
◆ setPartialResult() [1/2]
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 |
◆ setPartialResult() [2/2]
Registers user-allocated memory to store partial results of the low order moments algorithm
- Parameters
-
partialResult | Structure for storing partial results |
◆ setResult()
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 |
◆ input
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
◆ partialResult
Partial result of the algorithm
The documentation for this class was generated from the following file:
- low_order_moments/Online.java