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

Yinyang algorithm #65

Closed Arkoniak closed 4 years ago

Arkoniak commented 4 years ago

Should fix #43

PyDataBlog commented 4 years ago

Excellent job with the YingYang implementation. Will merge, test and make a patch release.