Revised DBSCAN Clustering

Revised DBSCAN algorithm to cluster data with dense adjacent clusters
3.7K Downloads
Updated 24 Jan 2015

View License

DOI: http://dx.doi.org/10.1016/j.chemolab.2012.11.006
Highlights
► A revised DBSCAN algorithm is proposed. ► A revised DBSCAN has a robust performance for data sets with connected clusters. ► Clustering results do not depend on the order in which objects are processed.
Over the last several years, DBSCAN (Density-Based Spatial Clustering of Applications with Noise) has been widely used in many areas of science due to its simplicity and the ability to detect clusters of different sizes and shapes. However, the algorithm becomes unstable when detecting border objects of adjacent clusters as was mentioned in the article that introduced the algorithm. The final clustering result obtained from DBSCAN depends on the order in which objects are processed in the course of the algorithm run. In this article, a modified version of the DBSCAN algorithm is proposed to solve this problem. It was shown that by using the revised algorithm the clustering results are considerably improved, in particular for data sets containing dense structures with connected clusters.

Cite As

Thanh Tran (2024). Revised DBSCAN Clustering (https://www.mathworks.com/matlabcentral/fileexchange/48120-revised-dbscan-clustering), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

-

1.1.0.0

[01Jan2015] Updated with synthetic data as requests

1.0.0.0