C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to run implementations of initialization of the K-Means algorithm. This class is associated with the daal::algorithms::kmeans::init::Batch class and supports the method of computing initial clusters for the K-Means algorithm in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations of initial clusters for the K-Means algorithm, double or float |
method | Method of computing initial clusters for the algorithm, daal::algorithms::kmeans::init::Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for initializing the K-Means algorithm with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
|
virtual |
Default destructor
|
virtual |
Computes initial values for the K-Means algorithm in the batch processing mode
Implements AlgorithmContainer< mode >.
For more complete information about compiler optimizations, see our Optimization Notice.