k_means_cluster 0.2.2 copy "k_means_cluster: ^0.2.2" to clipboard
k_means_cluster: ^0.2.2 copied to clipboard

outdated

A simple library for partitioning small to medium data sets into clusters using the k-means clustering algorithm.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add k_means_cluster

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  k_means_cluster: ^0.2.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:k_means_cluster/k_means_cluster.dart';
4
likes
0
points
220
downloads

Publisher

unverified uploader

Weekly Downloads

A simple library for partitioning small to medium data sets into clusters using the k-means clustering algorithm.

Homepage

License

unknown (license)

More

Packages that depend on k_means_cluster