Package ch.usi.inf.sape.hac.dendrogram
-
Interface Summary Interface Description DendrogramNode A DendrogramNode is a node in a Dendrogram. -
Class Summary Class Description Dendrogram A Dendrogram represents the results of hierachical agglomerative clustering.DendrogramBuilder A DendrogramBuilder creates a Dendrogram consisting of ObservationNodes and MergeNodes.MergeNode A MergeNode represents an interior node in a Dendrogram.ObservationNode An ObservationNode represents a leaf node in a Dendrogram.