Provides methods to access final results obtained with the compute() method of the quantiles algorithm in the batch processing mode.
More...
◆ allocate()
Allocates memory to store final results of the quantile algorithms
- Parameters
-
[in] | input | Input objects for the quantiles algorithm |
[in] | parameter | Parameters of the quantiles algorithm |
[in] | method | Algorithm computation method |
◆ check()
Checks the correctness of the Result object
- Parameters
-
[in] | in | Pointer to the object |
[in] | par | Pointer to the parameters structure |
[in] | method | Algorithm computation method |
Reimplemented from Result.
◆ get()
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the final result of the quantiles algorithm
- Parameters
-
[in] | id | Identifier of the final result, ResultId |
- Returns
- Final result that corresponds to the given identifier
◆ set()
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets the Result object of the quantiles algorithm
- Parameters
-
[in] | id | Identifier of the Result object |
[in] | value | Pointer to the Result object |
The documentation for this class was generated from the following file: