ParallelKMeans.jl icon indicating copy to clipboard operation
ParallelKMeans.jl copied to clipboard

Add better initialisation methods

Open tecosaur opened this issue 4 years ago • 1 comments

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:.

tecosaur avatar Sep 13 '21 17:09 tecosaur

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

PyDataBlog avatar Sep 14 '21 05:09 PyDataBlog