PyDataBlog / ParallelKMeans.jl

Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
MIT License
50 stars 13 forks source link

Add better initialisation methods #118

Open tecosaur opened 3 years ago

tecosaur commented 3 years ago

As far as I can tell, only kmeans++ is currently implemented. Looking at https://www.mdpi.com/1999-4893/14/1/6 "Improving Scalable K-Means++" it looks like SRPK-means‖ could be a good method to have available :slightly_smiling_face:.

PyDataBlog commented 3 years ago

@tecosaur thanks for the suggestion. It will be added to list of things to do. We'll keep this open until it is implemented.