An efficient agglomerative clustering algorithm using a heap
作者:
Highlights:
•
摘要
An efficient algorithm for agglomerative clustering is presented. The algorithm uses a heap in which distances of all pairs of clusters are stored. Then the nearest pair of clusters is given by the element of the root node of the binary tree corresponding to the heap. Updating the heap at each stage of the hierarchy is easily implemented by shifting up or down the elements of the heap along the path of the heap tree. The computation time of the algorithm is at most O(N2 log(N)) when N objects are going to be classified.
论文关键词:Cluster analysis,Agglomerative clustering,Heap,Pattern recognition,Vector quantizer
论文评审过程:Received 22 November 1989, Accepted 26 April 1990, Available online 19 May 2003.
论文官网地址:https://doi.org/10.1016/0031-3203(91)90062-A