Crate kentro

Crate kentro 

Source
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§

KMeansError
Errors that can occur during K-Means clustering