Density-based clustering validation: Difference between revisions
m Curb Safe Charmer moved page User:Giuseppe Sabino/sandbox to Draft:Density-Based Clustering Validation: Preferred location for AfC submissions |
|||
(No difference)
|
Revision as of 16:39, 14 April 2025
This article, Density-based clustering validation, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
This sandbox is in the article namespace. Either move this page into your userspace, or remove the {{User sandbox}} template.

Density-Based Clustering Validation (DBCV) is a metric designed to assess the quality of clustering solutions, particularly for density-based clustering algorithms like DBSCAN, Mean shift, and OPTICS.
This metric is particularly suited for identifying concave and nested clusters, where traditional metrics such as the Silhouette coefficient, Davies–Bouldin index, or Calinski–Harabasz index often struggle to provide meaningful evaluations.
Unlike traditional validation measures, which often rely on compact and well-separated clusters, DBCV index evaluates how well clusters are defined in terms of local density variations and structural coherence.
This metric was introduced in 2014 by by David Moulavi and colleagues in their work [2]. It utilizes density connectivity principles to quantify clustering structures, making it especially effective at detecting arbitrarily shaped clusters in concave datasets, where traditional metrics may be less reliable.
The DBCV index has been employed in bioinformatics analysis [3], ecology analysis [4], techno-economic analysis [5], and health informatics analysis [6] as well as in numerous other fields [7] [8]
Definition
DBCV index evaluates clustering structures by analyzing the relationships between data points within and across clusters. Given a dataset , a density-based algorithm partitions it into K clusters . Each point belongs to a specific cluster, denoted as
A key concept in DBCV index is the notion of density-connected paths[9]. Two points within the same cluster are considered density-connected if there exists a sequence of intermediate points linking them, where each consecutive pair meets a predefined density criterion. The density-based distance between two points is determined by identifying the optimal path that minimizes the maximum local reachability distance along its trajectory.
DBCV index extends the Silhouette coefficient by redefining cluster cohesion and separation using density-based distances:
- Within-cluster density distance measures how closely a point is related to other members of its cluster:
- Nearest-cluster density distance quantifies how far a point is from the closest external cluster:
Using these measures, the DBCV index is computed as:
Explanation
DBCV index values range between -1 and +1:
- +1: Strongly cohesive and well-separated clusters.
- 0: Ambiguous clustering structure.
- -1: Poorly formed clusters or incorrect assignments.
By leveraging density-based distances instead of traditional Euclidean measures, DBCV index provides a more robust evaluation of clustering performance in datasets with irregular or non-spherical distributions[2]
.
Implementations
See also
- Cluster analysis
- DBSCAN
- Silhouette coefficient
- Dunn index
- Calinski-Harabasz index
- Davies–Bouldin index
References
- ^ GitHub FelSiq/DBCV Fast Density-Based Clustering Validation (DBCV) Python package -- https://github.com/FelSiq/DBCV
- ^ a b Moulavi, Davoud (2014), "Density-based clustering validation" (PDF), Proceedings of the 2014 SIAM International Conference on Data Mining, SIAM: 839–847, doi:10.1137/1.9781611973440.96
- ^ Di Giovanni, Daniele (2023), "Using machine learning to explore shared genetic pathways and possible endophenotypes in autism spectrum disorder", Genes, doi:10.3390/genes14020313
{{citation}}
: CS1 maint: unflagged free DOI (link) - ^ Poutaraud, Joachim (2024), "Meta-Embedded Clustering (MEC): A new method for improving clustering quality in unlabeled bird sound datasets", Ecological Informatics, Elsevier: 102687, doi:10.1016/j.ecoinf.2024.102687
- ^ Shim, Jaehyun (2022), "Techno-economic analysis of micro-grid system design through climate region clustering", Energy Conversion and Management, Elsevier: 116411, doi:10.1016/j.enconman.2022.116411
- ^ Martínez, Rubén Yáñez (2023), "Spanish Corpora of tweets about COVID-19 vaccination for automatic stance detection", Information Processing \& Management, Elsevier: 103294, doi:10.1016/j.ipm.2023.103294
- ^ Beer, Anna (2025), "DISCO: Internal Evaluation of Density-Based Clustering", arXiv preprint arXiv:2503.00127, doi:10.48550/arXiv.2503.00127
- ^ Veigel, Nadja (2025), "Content analysis of multi-annual time series of flood-related Twitter (X) data", Natural Hazards and Earth System Sciences, Copernicus Publications Gottingen, Germany: 879--891, doi:10.5194/nhess-25-879-2025
{{citation}}
: CS1 maint: unflagged free DOI (link) - ^ Ester, M. (2009), Liu, L.; Özsu, M.T. (eds.), "Density-based Clustering", Encyclopedia of Database Systems, Boston, MA: Springer, doi:10.1007/978-0-387-39940-9_605, ISBN 978-0-387-35544-3