Provides methods to access final results obtained with the compute() method of the sorting algorithm in the batch processing mode.
More...
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store final results of the sorting algorithms
- Parameters
-
[in] | input | Input objects for the sorting algorithm |
[in] | method | Algorithm computation method |
virtual services::Status check |
( |
const daal::algorithms::Input * |
in, |
|
|
const Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
|
virtual |
Checks the correctness of the Result object
- Parameters
-
[in] | in | Pointer to the object |
[in] | par | Parameter of algorithm |
[in] | method | Algorithm computation method |
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the final result of the sorting algorithm
- Parameters
-
[in] | id | Identifier of the final result, ResultId |
- Returns
- Final result that corresponds to the given identifier
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets the Result object of the sorting 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: