Provides methods to run implementations of the sorting algorithm. It is associated with the daal::algorithms::sorting::Batch class and supports methods of sorting computation in the batch processing mode.
More...
template<typename algorithmFPType, Method method, CpuType cpu>
class daal::algorithms::sorting::interface1::BatchContainer< algorithmFPType, method, cpu >
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for the sorting algorithms, double or float |
method | Sorting computation method, daal::algorithms::sorting::Method |
Constructs a container for the observation sorting algorithm with a specified environment in the batch processing mode
- Parameters
-
[in] | daalEnv | Environment object |
virtual services::Status compute |
( |
| ) |
|
|
virtual |
Computes the result of the observation sorting algorithm in the batch processing mode
The documentation for this class was generated from the following file: