Uses of Package
ffx.numerics.clustering

Packages that use ffx.numerics.clustering
Package
Description
The clustering package provides hierarchical agglomerative clustering utilities, including linkage strategies (single, complete, average, weighted), distance map management, and supporting data structures and algorithms.
Visualization components for clustering results, including Swing-based classes to render dendrograms and related views of hierarchical clusters.
  • Class
    Description
    Represents a node in a hierarchical clustering tree (dendrogram).
    Defines algorithms that produce hierarchical clusters from distance data.
    Immutable-like holder describing a pair of clusters and the linkage distance between them; used as entries within the DistanceMap during agglomeration.
    Simple value object storing a distance and an optional weight used during linkage computations; comparable by distance and cloneable.
    Container for linkages with the minimal methods needed in the package Created by Alexandre Masselot on 7/18/14.
    Strategy interface for computing the inter-cluster distance used during agglomeration.
  • Class
    Description
    Represents a node in a hierarchical clustering tree (dendrogram).