Contains classes to run the sorting algorithms.
More...
|
class | Input |
| Input objects for the sorting algorithm More...
|
|
class | Result |
| Provides methods to access final results obtained with the compute() method of the sorting algorithm in the batch processing mode. More...
|
|
◆ InputId
Available identifiers of input objects for the sorting algorithm
Enumerator |
---|
data | Input data table
|
◆ Method
Available methods for sorting computation
Enumerator |
---|
defaultDense | Default: radix method for sorting a data set
|
◆ ResultId
Available identifiers of results of the sorting algorithm
Enumerator |
---|
sortedData | observation sorting results
|