Provides methods to run implementations of the quantiles algorithm. It is associated with the daal::algorithms::quantiles::Batch class and supports methods of quantiles computation in the batch processing mode.
More...
template<typename algorithmFPType, Method method, CpuType cpu>
class daal::algorithms::quantiles::interface1::BatchContainer< algorithmFPType, method, cpu >
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for the quantile algorithms, double or float |
method | Quantiles computation method, daal::algorithms::quantiles::Method |
Constructs a container for the quantiles 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 quantiles algorithm in the batch processing mode
The documentation for this class was generated from the following file: