English

Analysis of Agglomerative Clustering

Data Structures and Algorithms 2014-03-10 v4 Computational Geometry Machine Learning

Abstract

The diameter kk-clustering problem is the problem of partitioning a finite subset of Rd\mathbb{R}^d into kk subsets called clusters such that the maximum diameter of the clusters is minimized. One early clustering algorithm that computes a hierarchy of approximate solutions to this problem (for all values of kk) is the agglomerative clustering algorithm with the complete linkage strategy. For decades, this algorithm has been widely used by practitioners. However, it is not well studied theoretically. In this paper, we analyze the agglomerative complete linkage clustering algorithm. Assuming that the dimension dd is a constant, we show that for any kk the solution computed by this algorithm is an O(logk)O(\log k)-approximation to the diameter kk-clustering problem. Our analysis does not only hold for the Euclidean distance but for any metric that is based on a norm. Furthermore, we analyze the closely related kk-center and discrete kk-center problem. For the corresponding agglomerative algorithms, we deduce an approximation factor of O(logk)O(\log k) as well.

Keywords

Cite

@article{arxiv.1012.3697,
  title  = {Analysis of Agglomerative Clustering},
  author = {Marcel R. Ackermann and Johannes Blömer and Daniel Kuntze and Christian Sohler},
  journal= {arXiv preprint arXiv:1012.3697},
  year   = {2014}
}

Comments

A preliminary version of this article appeared in Proceedings of the 28th International Symposium on Theoretical Aspects of Computer Science (STACS '11), March 2011, pp. 308-319. This article also appeared in Algorithmica. The final publication is available at http://link.springer.com/article/10.1007/s00453-012-9717-4

R2 v1 2026-06-21T16:59:57.512Z