Agglomerative Clustering

What is Agglomerative Clustering?

A 'bottom-up' hierarchical clustering approach where each observation starts in its own cluster, and pairs of clusters are merged as one moves up the hierarchy.

Where did the term "Agglomerative Clustering" come from?

Most common form of hierarchical clustering.

How is "Agglomerative Clustering" used today?

Used when the hierarchy matters (e.g., taxonomy).

Related Terms