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...
|
|
Available identifiers of input objects for the sorting algorithm
Enumerator |
---|
data |
Input data table
|
Available methods for sorting computation
Enumerator |
---|
defaultDense |
Default: radix method for sorting a data set
|
Available identifiers of results of the sorting algorithm
Enumerator |
---|
sortedData |
observation sorting results
|