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