Crate clump

Crate clump 

Source
Expand description

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.

Structs§

KMeansConfig
KMeansResult

Enums§

ClumpError

Functions§

kmeans
Run k-means on dense points.