[][src]Module clusterphobia::clustering

Modules

bcubed
cluster

Structs

Clustering

Partitions items into one or more non-overlapping Clusters. Each item may belong to a single Cluster.

Functions

from_delimited_string

Deserialize a Clustering from a string that has positive integers grouped into clusters using commas to separate numbers within a cluster and semicolons to separate clusters.

integer_clustering

Create a Clustering where the Cluster categories and Members are usize.