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§
Enums§
Functions§
- kmeans
- Run k-means on dense points.