2021
DOI: 10.1007/978-3-030-60104-1_20
|View full text |Cite
|
Sign up to set email alerts
|

Benchmarking in Cluster Analysis: A Study on Spectral Clustering, DBSCAN, and K-Means

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
5
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 9 publications
(7 citation statements)
references
References 15 publications
0
5
0
Order By: Relevance
“…Spectral clustering is a clustering method with foundations in algebraic graph theory (Jia et al 2014). It has been shown that spectral clustering has better overall performance across different areas of applications (Murugesan et al 2021). Given a graph G, the spectral clustering decomposition of G can be represented by the equation L = D − A , where L is the Laplacian, D is the degree (i.e., a diagonal matrix with the number of edges incident to each node), and A the adjacency matrices of G. Spectral clustering uses, say, the n eigenvectors associated to the n smallest nonzero eigenvalues of L .…”
Section: Spectral Clusteringmentioning
confidence: 99%
“…Spectral clustering is a clustering method with foundations in algebraic graph theory (Jia et al 2014). It has been shown that spectral clustering has better overall performance across different areas of applications (Murugesan et al 2021). Given a graph G, the spectral clustering decomposition of G can be represented by the equation L = D − A , where L is the Laplacian, D is the degree (i.e., a diagonal matrix with the number of edges incident to each node), and A the adjacency matrices of G. Spectral clustering uses, say, the n eigenvectors associated to the n smallest nonzero eigenvalues of L .…”
Section: Spectral Clusteringmentioning
confidence: 99%
“…Figure 2 shows examples of challenging data sets on which spectral clustering is able to detect the correct clustering structure. For more examples and comparisons, see [5].…”
Section: Background: Spectral Clusteringmentioning
confidence: 99%
“…Although there is not a single clustering technique that is always preferred to the others, spectral clustering has the advantage of detecting clusters of arbitrary shapes, such as non-convex clusters, and of giving good results when clusters overlap. Spectral clustering does not always give the best performance but it is always among the better techniques [5]. One of the main limitations of spectral clustering in practical applications is that it requires continuous data, whereas many data sets have mixed-type data, i.e., continuous and categorical variables.…”
Section: Introductionmentioning
confidence: 99%
“…Murugesan et al (Murugesan et al, 2021) and Artés et al (Artés et al, 2019) investigated DBSCAN (Density-Based Spatial Clustering of Applications with Noise) to detect spatial clusters of fire occurrences. DBSCAN (Esther et al, 1996) is a density-based algorithm that separates highdensity from low-density clusters based on data proximity.…”
Section: Introductionmentioning
confidence: 99%
“…DBSCAN uses two tuning parameters: "epsilon'' and "minPts", that determine the radius and minimum number of points in a cluster. This approach effectively helps find high-density fire clusters for benchmarking (Murugesan et al, 2021) and monitoring systems (Artés et al, 2019).…”
Section: Introductionmentioning
confidence: 99%