GMDBSCAN: Multi-Density DBSCAN Cluster Based on Grid

  • Authors:
  • Chen Xiaoyun;Min Yufang;Zhao Yan;Wang Ping

  • Affiliations:
  • -;-;-;-

  • Venue:
  • ICEBE '08 Proceedings of the 2008 IEEE International Conference on e-Business Engineering
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

DBSCAN is one of the most popular algorithms for cluster analysis. It can discover all clusters with arbitrary shape and separate noises. But this algorithm can’t choose parameter according to distributing of dataset. It simply uses the global MinPts parameter, so that the clustering result of multi-density database is inaccurate. In addition, when it is used to cluster large databases, it will cost too much time. For these problems, we propose GMDBSCAN algorithm which is based on spatial index and grid technique. An experimental evaluation shows that GMDBSCAN is effective and efficient.