Open
Description
I can see Kmeans++ implementation here but do you have scalable kmeans implementation which is supposed to be better than kmeans++
EDIT (reference):
Scalable K-Means++, Bahman Bahmani et al.
http://theory.stanford.edu/~sergei/papers/vldb12-kmpar.pdf
This algorithm is also known as "k-means||"