Expand description
§Kentro - High-Performance K-Means Clustering Library
A Rust implementation of efficient K-Means clustering with support for:
- Standard and spherical K-Means
- Balanced K-Means clustering
- K-medoids clustering (PAM algorithm)
- Parallel processing
- Euclidean and cosine similarity metrics
Structs§
- KMeans
- High-performance K-Means clustering implementation
Enums§
- KMeans
Error - Errors that can occur during K-Means clustering