An adaptive parallel hierarchical clustering algorithm

  • Authors:
  • Zhaopeng Li;Kenli Li;Degui Xiao;Lei Yang

  • Affiliations:
  • School of Computer and Communication, Hunan University, Changsha, P.R. China;School of Computer and Communication, Hunan University, Changsha, P.R. China;School of Computer and Communication, Hunan University, Changsha, P.R. China;School of Computer and Communication, Hunan University, Changsha, P.R. China

  • Venue:
  • HPCC'07 Proceedings of the Third international conference on High Performance Computing and Communications
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Clustering of data has numerous applications and has been studied extensively. It is very important in Bioinformatics and data mining. Though many parallel algorithms have been designed, most of algorithms use the CRCW-PRAM or CREW-PRAM models of computing. This paper proposed a parallel EREW deterministic algorithm for hierarchical clustering. Based on algorithms of complete graph and Euclidean minimum spanning tree, the proposed algorithms can cluster n objects with O(p) processors in O(n2/p) time where 1 ≤ p ≤ n/log n. Performance comparisons show that our algorithm is the first algorithm that is both without memory conflicts and adaptive.