kmeans 1.0.0 copy "kmeans: ^1.0.0" to clipboard
kmeans: ^1.0.0 copied to clipboard

A Dart library for k-means clustering

1.0.0 #

  • Migrate to null-safety

0.3.0 #

  • Adds an example
  • Renames Clusters.predict to Clusters.nearestMean.
  • Adds Clusters.kNearestNeighbors.
  • Adds named argument labelDim to the constructor of KMeans.

0.2.1 #

  • Updates to README.md.

0.2.0 #

  • Renames compute and computeBest to fit and bestFit.
  • Adds Clusters.predict and Clusters.inertia.
  • Allows dimensions of the input data to be ignored.
  • Allows specifying a method of selecting initial means.
  • Translates and scales input points before fitting.
  • Adds tests.

0.1.0 #

  • Initial version.
3
likes
130
pub points
73%
popularity

Publisher

unverified uploader

A Dart library for k-means clustering

Repository
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on kmeans