mlr-org / mlr3cluster

Cluster analysis for mlr3
https://mlr3cluster.mlr-org.com
GNU Lesser General Public License v3.0
23 stars 6 forks source link

Support the widely used: `flexclust::kcca()` #64

Open m-muecke opened 7 months ago

m-muecke commented 7 months ago

Quite useful would be the implementation: flexclust::kcca with initcent = kmeanspp for k-means++ initialisation as referenced in Arthur, David, and Sergei Vassilvitskii. "k-means++: The advantages of careful seeding." In Soda, vol. 7, pp. 1027-1035. 2007.