Sorts data in the batch processing mode.
More...
Constructs sorting algorithm by copying input objects and parameters of another sorting algorithm
- Parameters
-
context | Context to manage the sorting |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
- Parameters
-
context | Context to manage the sorting |
cls | Data type to use in intermediate computations for the sorting algorithms, Double.class or Float.class |
method | Sorting computation methods, Method |
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for the sorting, double or float |
method | Sorting computation method, daal.algorithms.sorting.Method |
- Enumerations
- Method Sorting computation methods
- InputId Identifiers of sorting input objects
- ResultId Identifiers of sorting results
Returns the newly allocated sorting algorithm with a copy of input objects and parameters of this sorting algorithm
- Parameters
-
context | Context to manage the sorting |
- Returns
- The newly allocated algorithm
Runs the sorting algorithm
- Returns
- Sorting computation results
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store results of the sorting
- Parameters
-
result | Structure to store results of the sorting |
Computation method for the algorithm
The documentation for this class was generated from the following file: