IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ipsdk::math::KMeansClustering Class Reference

K-Means clustering algorithm with K-Means++ initialization. More...

#include <KMeansClustering.h>

Detailed Description

K-Means clustering algorithm with K-Means++ initialization.

Author
E.Noirfalise
Date
2018/07/24
See also
https://en.wikipedia.org/wiki/K-means_clustering
https://en.wikipedia.org/wiki/K-means%2B%2B
E.W. Forgy (1965). "Cluster analysis of multivariate data: efficiency versus interpretability of classifications". Biometrics. 21: 768–769.
Arthur, D.; Vassilvitskii, S. (2007). "k-means++: the advantages of careful seeding". Proceedings of the eighteenth annual ACM-SIAM symposium on Discrete algorithms. Society for Industrial and Applied Mathematics Philadelphia, PA, USA. pp. 1027–1035.

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