kmeans

k-means clustering algorithm implementation written in Go

MIT License

Stars
452
Committers
6

Bot releases are hidden (Show)

kmeans - v0.3.1 Latest Release

Published by muesli over 2 years ago

What's Changed

New Contributors

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

kmeans - v0.3.0

Published by muesli about 3 years ago

Changes

  • Moved plotter into a separate sub-package
kmeans - v0.2.1

Published by muesli almost 4 years ago

Fixes

  • Bump go-chart dependency to v2.1.0
kmeans - v0.2.0

Published by muesli almost 4 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
kmeans - v0.1.0

Published by muesli over 6 years ago

First public release