coreset 0.1.1

Coreset and (streaming) clustering
Documentation
1
2
3
4
5
//! A tiny module to have k-median with weighted data dedicated to coreset postprocessing
//!
mod kmedoid;

pub use kmedoid::*;