An Improved DBSCAN Clustering Algorithm

FENG Shao-rong,XIAO Wen-jun
DOI: https://doi.org/10.3321/j.issn:1000-1964.2008.01.021
2008-01-01
Journal of China University of Mining and Technology
Abstract:An improved density based spatial clustering of applications with noise(DBSCAN) algorithm,which can considerably improve cluster quality,is proposed.The algorithm is based on two ideas: dividing and ruling,and;high performance parallel methods.The idea of dividing and ruling was used to reduce the effect of the global variable Eps by data partition.Parallel processing methods and the technique of reducing dimensionality were used to improve the efficiency of clustering and to reduce the large memory space requirements of the DBSCAN algorithm.Finally,an incremental processing method was applied to determine the influence on clustering of inserting or deleting data objects.The results show that an implementation of the new method solves existing problems treated by the DBSCAN algorithm: Both the efficiency and the cluster quality are better than for the original DBSCAN algorithm.
What problem does this paper attempt to address?