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

removed type instability #30

Closed Arkoniak closed 4 years ago

Arkoniak commented 4 years ago

Fixed type instability, now it should work as fast as before. Also exported Lloyd and LightElkan, so they can be used without ParallelKMeans prefix.