Options
Improvement on agglomerative hierarchical clustering algorithm based on tree data structure with bidirectional approach
Journal
Proceedings - 3rd International Conference on Intelligent Systems Modelling and Simulation, ISMS 2012
Date Issued
2012
Author(s)
Dalbouh H.A.
Md Norwawi N.
DOI
10.1109/ISMS.2012.13
Abstract
Hierarchical clustering algorithms take an input of pairwise data-item similarities and output a hierarchy of the data-items. This paper presents bidirectional agglomerative hierarchical clustering algorithm to create a bottom-up hierarchy, by iteratively merging the closest pair of data-items into one cluster. The result is a rooted AVL tree. The n leafs correspond to input data-items that need to n/2 or n/2+1 steps to merge into one cluster, correspond to groupings of items in coarser granularities climbing towards the root. As observed from the time complexity and number of steps needed to cluster all data points into one cluster perspective, the performance of the bidirectional agglomerative algorithm using tree data structure is better than the current agglomerative algorithms. Analysis on the experimental results indicates that the improved algorithm has a higher efficiency than previous methods. � 2012 IEEE.
Subjects