The flare.analytics.cluster package provides classes for clustering data into groups.
| Class | Description | |
|---|---|---|
| AgglomerativeCluster | Hierarchically clusters a set of items using agglomerative clustering. | |
| CommunityStructure | Hierarchically clusters a network based on inferred community structure. | |
| HierarchicalCluster | Base class for clustering operators that construct a hierarchical clustering tree. |