C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

References | Namespaces | Classes | Enumerations
Sorting

Contains classes to run the sorting algorithms. More...

References

 Batch
 

Namespaces

 daal::algorithms::sorting
 Contains classes to run the sorting algorithms.
 
 daal::algorithms::sorting::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

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...
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  InputId { data }
 
enum  ResultId { sortedData }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for the sorting algorithm

Enumerator
data 

Input data table

enum Method

Available methods for sorting computation

Enumerator
defaultDense 

Default: radix method for sorting a data set

enum ResultId

Available identifiers of results of the sorting algorithm

Enumerator
sortedData 

observation sorting results

For more complete information about compiler optimizations, see our Optimization Notice.