Provides methods to access final results obtained with the compute() method of the low order moments algorithm in the batch processing mode ; or finalizeCompute() method of algorithm in the online or distributed processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Allocates memory for storing final results of the low order moments algorithm
- Parameters
-
input | Pointer to the structure with result objects |
parameter | Pointer to the structure of algorithm parameters |
method | Computation method |
- Variant 2
Allocates memory for storing final results of the low order moments algorithm
- Parameters
-
partialResult | Pointer to the structure with partial result objects |
parameter | Pointer to the structure of algorithm parameters |
method | Computation method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
- Variant 1
Checks the correctness of result
- Parameters
-
partialResult | Pointer to the partial results |
par | Parameter of the algorithm |
method | Computation method |
- Variant 2
Checks the correctness of result
- Parameters
-
input | Pointer to the structure with input objects |
par | Pointer to the structure of algorithm parameters |
method | Computation method |
Returns final result of the low order moments algorithm
- Parameters
-
id | identifier of the result, ResultId |
- Returns
- Final result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets final result of the low order moments algorithm
- Parameters
-
id | Identifier of the final result |
value | Pointer to the final result |
The documentation for this class was generated from the following file: