
Develop a dynamic DBSCAN algorithm for solving initial parameter selection problem of the DBSCAN algorithm
Author(s) -
Md. Zakir Hossain,
Md. Jakirul Islam,
Md. Waliur Rahman Miah,
Jahid Hasan Rony,
Momotaz Begum
Publication year - 2021
Publication title -
indonesian journal of electrical engineering and computer science
Language(s) - English
Resource type - Journals
SCImago Journal Rank - 0.241
H-Index - 17
eISSN - 2502-4760
pISSN - 2502-4752
DOI - 10.11591/ijeecs.v23.i3.pp1602-1610
Subject(s) - dbscan , cluster analysis , outlier , algorithm , computer science , noise (video) , data mining , anomaly detection , selection (genetic algorithm) , selection algorithm , cure data clustering algorithm , artificial intelligence , correlation clustering , image (mathematics)
The amount of data has been increasing exponentially in every sector such as banking securities, healthcare, education, manufacturing, consumer-trade, transportation, and energy. Most of these data are noise, different in shapes, and outliers. In such cases, it is challenging to find the desired data clusters using conventional clustering algorithms. DBSCAN is a popular clustering algorithm which is widely used for noisy, arbitrary shape, and outlier data. However, its performance highly depends on the proper selection of cluster radius (Eps) and the minimum number of points (MinPts) that are required for forming clusters for the given dataset. In the case of real-world clustering problems, it is a difficult task to select the exact value of Eps and (MinPts) to perform the clustering on unknown datasets. To address these, this paper proposes a dynamic DBSCAN algorithm that calculates the suitable value for (Eps) and (MinPts) dynamically by which the clustering quality of the given problem will be increased. This paper evaluates the performance of the dynamic DBSCAN algorithm over seven challenging datasets. The experimental results confirm the effectiveness of the dynamic DBSCAN algorithm over the well-known clustering algorithms.