clump 0.1.0

Dense clustering primitives (k-means and related helpers)
Documentation
[package]
name = "clump"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Dense clustering primitives (k-means and related helpers)"
repository = "https://github.com/arclabs561/clump"
homepage = "https://github.com/arclabs561/clump"
documentation = "https://docs.rs/clump"
keywords = ["clustering", "kmeans", "ml", "algorithms"]
categories = ["algorithms", "science"]

[dependencies]
thiserror = "2.0"
rand = "0.9"
rand_chacha = "0.9"

[dev-dependencies]
proptest = "1.9"