Provides methods to access final results obtained with the compute() method of the quantiles algorithm in the batch processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory to store final results of the quantile algorithms
- Parameters
-
input | Input objects for the quantiles algorithm |
parameter | Parameters of the quantiles algorithm |
method | Algorithm computation method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
def check |
( |
|
self, |
|
|
|
arg2, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the correctness of the Result object
- Parameters
-
in | Pointer to the object |
par | Pointer to the parameters structure |
method | Algorithm computation method |
Returns the final result of the quantiles algorithm
- Parameters
-
id | Identifier of the final result, ResultId |
- Returns
- Final result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the Result object of the quantiles algorithm
- Parameters
-
id | Identifier of the Result object |
value | Pointer to the Result object |
The documentation for this class was generated from the following file: