Module reductive::kmeans[][src]

Expand description

K-means clustering.

Structs

Condition that stops clustering after N iterations.

Pick random data set instances as centroids.

Traits

Initial centroid selection.

Trait for types that implement k-means clustering.

Trait for types that implement a single k-means step.

Trait for k-means clustering with an initial set of centroids.

k-means stopping conditions.