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

List of all members
Distributed< step1Local, algorithmFPType, method > Class Template Reference

Computes initial clusters for K-Means algorithm in the first step of the distributed processing mode. More...

Class Declaration

template<typename algorithmFPType, Method method>
class daal::algorithms::kmeans::init::interface2::Distributed< step1Local, algorithmFPType, method >

Template Parameters
algorithmFPTypeData type to use in intermediate computations of initial clusters for K-Means algorithm, double or float
methodMethod of computing initial clusters for the algorithm, Method
Enumerations
  • Method Methods of computing initial clusters for K-Means algorithm
  • InputId Identifiers of input objects for computing initial clusters for K-Means algorithm
  • ResultId Identifiers of results of computing initial clusters for K-Means algorithm
References
  • Input class
  • Result class

The documentation for this class was generated from the following file:

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