Sorts data in the batch processing mode.
More...
◆ Batch() [1/2]
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 |
◆ Batch() [2/2]
- 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
◆ clone()
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
◆ compute()
Runs the sorting algorithm
- Returns
- Sorting computation results
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store results of the sorting
- Parameters
-
result | Structure to store results of the sorting |
◆ input
◆ method
Computation method for the algorithm
The documentation for this class was generated from the following file: