Skip to content

Releases: e-dang/K-Means

1.0.0

30 Jun 21:20
Compare
Choose a tag to compare

Contains implementations of the following algorithms:

  • K++
  • Lloyd's algorithm
  • Optimized version of Lloyd's algorithm
  • KMeans clustering via lightweight coresets
    Each of the above algorithms have been implemented for serial, multi-threaded, distributed, and hybrid execution.
    The distance function is interchangeable at compile time.