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

Distributed< step, algorithmFPType, method > Class Template Reference

Computes the results of K-Means algorithm in the distributed processing mode. More...

Class Declaration

template<ComputeStep step, typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = lloydDense>
class daal::algorithms::kmeans::interface1::Distributed< step, algorithmFPType, method >

Template Parameters
algorithmFPTypeData type to use in intermediate computations of K-Means, double or float
methodComputation method of the algorithm, Method
Enumerations
  • Method Computation methods for K-Means algorithm
  • InputId Identifiers of input objects for K-Means algorithm
  • ResultId Identifiers of results of K-Means algorithm
References

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

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