Computational Geometry
Hierarchical clustering is a method of cluster analysis that seeks to build a hierarchy of clusters, allowing for the grouping of data points based on their similarity. This technique creates a tree-like structure called a dendrogram, which visually represents the arrangement of the clusters and helps in understanding the relationships between them. Hierarchical clustering can be classified into two types: agglomerative, where clusters are formed by merging smaller clusters, and divisive, where a single cluster is progressively divided into smaller ones.
congrats on reading the definition of hierarchical clustering. now let's actually learn it.