|
Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
|
Contract for the Lloyd driver that KMeans<T> delegates to. More...
#include <clustering/kmeans/policy/lloyd.h>
Contract for the Lloyd driver that KMeans<T> delegates to.
A LloydStrategy owns its private scratch, takes seeded centroids as input, runs the iteration loop, and writes final labels, inertia, iteration count, and convergence state into caller-provided output slots.
| A | Candidate Lloyd policy type. |
| T | Element type of the point cloud. |