|
|
|
Show HN: Kentro – a fast Rust library for K-Means clustering
(github.com)
|
|
6 points
by amallia
369 days ago
|
|
Double-digit speed-ups over naïve K-Means
Parallel by default (Rayon)
Balanced & spherical variants in one crate
Memory-savvy for multi-GB datasets
Builder API that just feels ergonomic Docs are live, the license is Apache-2.0, and the repo is one `cargo add kentro` away. Give it a spin—curious to hear how it performs in your pipelines! |
|