clump 0.1.0

Dense clustering primitives (k-means and related helpers)
Documentation

Dense clustering primitives.

Current scope:

  • k-means (k-means++ initialization + Lloyd iterations)

This crate is intended to be a small, backend-agnostic primitive. It does not assume tensors, GPUs, or a specific ML framework.