paper-with-me

홈 › Papers

A New Index for Clustering Evaluation Based on Density Estimation

2022-07-04 · Gangli Liu

A new index for internal evaluation of clustering is introduced. The index is defined as a mixture of two sub-indices. The first sub-index $ I_a $ is called the Ambiguous Index; the second sub-index $ I_s $ is called the Similarity Index. Calculation of the two sub-indices is based on density estimation to each cluster of a partition of the data. An experiment is conducted to test the performance of the new index, and compared with six other internal clustering evaluation indices -- Calinski-Harabasz index, Silhouette coefficient, Davies-Bouldin index, CDbw, DBCV, and VIASCKDE, on a set of 145 datasets. The result shows the new index significantly improves other internal clustering evaluation indices.

📄 PDF Abstract BibTeX arXiv:2207.01294

Code (1)

mike-liuliu/gl_index 공식 구현

Tasks

ClusteringDensity Estimation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

DCSI -- An improved measure of cluster separability based on separation and connectedness

2023-10-19 · Jana Gauss, Fabian Scheipl, Moritz Herrmann

Whether class labels in a given data set correspond to meaningful clusters is crucial for the evaluation of clustering algorithms using real-world data sets. This property can be quantified by separability measures. The …

Clustering

Fast Density Estimation for Density-based Clustering Methods

2021-09-23 · Difei Cheng, Ruihang Xu, Bo Zhang, Ruinan Jin

Density-based clustering algorithms are widely used for discovering clusters in pattern recognition and machine learning since they can deal with non-hyperspherical clusters and are robustness to handle outliers. However…

ClusteringComputational EfficiencyDensity Estimation

Index-based Solutions for Efficient Density Peak Clustering

2020-02-08 · Zafaryab Rasool, Rui Zhou, Lu Chen, Chengfei Liu 외

Density Peak Clustering (DPC), a popular density-based clustering approach, has received considerable attention from the research community primarily due to its simplicity and fewer-parameter requirement. However, the re…

Clustering

Clustering via Mode Seeking by Direct Estimation of the Gradient of a Log-Density

2014-04-20 · Hiroaki Sasaki, Aapo Hyvärinen, Masashi Sugiyama

Mean shift clustering finds the modes of the data probability density by identifying the zero points of the density gradient. Since it does not require to fix the number of clusters in advance, the mean shift has been a …

ClusteringDensity Estimation

An efficient density-based clustering algorithm using reverse nearest neighbour

2018-11-19 · Stiphen Chowdhury, Renato Cordeiro de Amorim

Density-based clustering is the task of discovering high-density regions of entities (clusters) that are separated from each other by contiguous regions of low-density. DBSCAN is, arguably, the most popular density-based…

Clustering