clump 0.1.0

Dense clustering primitives (k-means and related helpers)
Documentation
[dependencies.rand]
version = "0.9"

[dependencies.rand_chacha]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.9"

[lib]
name = "clump"
path = "src/lib.rs"

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