K-DBSCAN: An improved DBSCAN algorithm for big data

نویسندگانHamid Saadatfar
نشریهJournal of Supercomputing
شماره صفحات6214-6235
شماره سریال77
شماره مجلد6
ضریب تاثیر (IF)1.326
نوع مقالهFull Paper
تاریخ انتشار2021
رتبه نشریهISI
نوع نشریهالکترونیکی
کشور محل چاپایران
نمایه نشریهJCR،Scopus

چکیده مقاله

Abstract Big data storage and processing are among the most important challenges now. Among data mining algorithms, DBSCAN is a common clustering method. One of the most important drawbacks of this algorithm is its low execution speed. This study aims to accelerate the DBSCAN execution speed so that the algorithm can respond to big datasets in an acceptable period of time. To overcome the problem, an initial grouping was applied to the data in this article through the K-means++ algorithm. DBSCAN was then employed to perform clustering in each group separately. As a result, the computational burden of DBSCAN execution reduced and the clustering execution speed increased significantly. Finally, border clusters were merged if necessary. According to the results of executing the proposed algorithm, it managed to greatly reduce the DBSCAN execution time (98% in the best-case scenario) with no significant changes in the qualitative evaluation criteria for clustering.

لینک ثابت مقاله

tags: Data mining · Clustering · Big data · DBSCAN algorithm · K-means++ algorithm