SOCR / SOCRAT-issues

Project management for SOCRAT
2 stars 0 forks source link

implement k-means++ initialization #165

Closed alxndrkalinin closed 6 years ago

alxndrkalinin commented 7 years ago

k-means++ is an initialization algorithm for choosing the initial values (or "seeds") for the k-means

Note: for algorithm implementation you can use scikit-learn Python code as an example and ClusterMetrics service to calculate distances