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 (27,020 forks)batch import
EnhancementLarge ScaleModeratePerformancehelp wantedmodule:cluster

Repository metrics

Stars
 (66,084 stars)
PR merge metrics
 (平均マージ 10d) (30d で 90 merged PRs)

説明

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

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