Kmeans Versions Save

k-means clustering algorithm implementation written in Go

v0.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/muesli/kmeans/compare/v0.3.0...v0.3.1

v0.3.0

2 years ago

Changes

  • Moved plotter into a separate sub-package

v0.2.1

3 years ago

Fixes

  • Bump go-chart dependency to v2.1.0

v0.2.0

3 years ago

Fixes

  • Ensure another iteration after randomly assigning a point to a cluster
  • Never panic in Plot, return an error instead
  • Handle errors calling Plot

Changes

  • Prefix plot filename with current k

v0.1.0

5 years ago

First public release