anowell / are-we-learning-yet

How ready is Rust for Machine Learning?
http://arewelearningyet.com
Creative Commons Attribution 4.0 International
437 stars 61 forks source link

Add crate: kmeans_colors to clustering #76

Closed okaneco closed 4 years ago

okaneco commented 4 years ago

A generic k-means clustering library and command line tool for finding dominant colors in image buffers. It uses kmeans++ initialization and offers implementations of Lloyd's and Hamerly's algorithms for finding k-means.

https://github.com/okaneco/kmeans-colors https://crates.io/crates/kmeans-colors https://docs.rs/kmeans_colors/

quietlychris commented 4 years ago

@okaneco This crate looks fantastic--would you mind creating a pull request for it? The process for doing so is pretty simple, you can see some examples in the closed pull requests section.

quietlychris commented 4 years ago

Actually, I just added it to a different pull request I was putting together, never mind. Will update when that PR is fully merged.

quietlychris commented 4 years ago

Added in PR #78