Hierarchical Clustering

Type
Clustering

Clustering algorithms are either hierarchical or non-hierarchical.

Hierarchical: Tree like cluster structure created through recursive partitioning (divisive methods) or combining (agglomerative methods) existing clusters.