scikit-learn/scikit-learn

Scalable Kmeans++ also known as k-means||

Open

#4,357 opened on 2015年3月7日

GitHub で見る
 (37 comments) (0 reactions) (0 assignees)Python (66,084 stars) (27,020 forks)batch import
EnhancementLarge ScaleModeratePerformancehelp wantedmodule:cluster

説明

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||"

コントリビューターガイド