A Faster DBSCAN Algorithm Based on Self-Adaptive Determination of Parameters

Bing Ma,Can Yang,Aihua Li,Yuxue Chi,Lihua Chen
DOI: https://doi.org/10.1016/j.procs.2023.07.017
2023-01-01
Procedia Computer Science
Abstract:The DBSCAN algorithm is a well-known cluster method that is density-based and has the advantage of finding clusters of different shapes, but it also has certain shortcomings, one of which is that it cannot determine the two important parameters Eps ( neighborhood of a point) and Mints (minimum number of points) by itself, and the other is that it takes a long time to traverse all points when dataset is large. In this paper, we propose an improved method which is named as K-DBSCAN to improve the running efficiency based on self-adaptive determination of parameters and this method changes the way of traversing and only deals with core points. Experiments show that it outperforms DBSCAN algorithms in terms of running time efficiency.
What problem does this paper attempt to address?