Skip to main content

Module hierarchical

Module hierarchical 

Source
Expand description

Agglomerative hierarchical clustering (ISL ch 12.4.2) — bottom-up merging of the two closest clusters under a linkage rule, producing a dendrogram that can be cut into any number of clusters. Kernel-class AllPairs (the cluster distances).

Structs§

Hierarchical
A fitted dendrogram: the sequence of n−1 merges, each recorded as two representative original-point indices.

Enums§

Linkage
How the distance between two clusters is defined from member point distances.