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

Coresets #72

Closed Arkoniak closed 4 years ago

Arkoniak commented 4 years ago

In this PR:

  1. Support of weighted k-means
  2. Added Coreset algorithm
  3. Improved smart_init (twice less memory is used now)
  4. Added 阴阳 as an alias for Yinyang
  5. Tests

Ready to bump to next version.