Related Experiment Video
Updated: Jan 16, 2026

Divergence of Root Microbiota in Different Habitats based on Weighted Correlation Networks
Published on: September 25, 2021
SilhouetteScoreinR: Beyond traditional network layouts by leveraging local cohesion and nearest neighbor separation
Hua-Ying Chuang1,2,3, Willy Chou4,5
1Department of Internal Medicine, Chi Mei Medical Center, Chiali District, Tainan, Taiwan.
Abstract:
The silhouette score (SS) quantifies how well each entity fits its assigned cluster by contrasting within-cluster cohesion with nearest other-cluster separation. Although common in other fields, SS is rarely used in bibliometrics. Using 2,252 MethodsX articles (2020-2024), we show how SS evaluates clustering quality in co-word networks and author collaborations, independent of the chosen algorithm. We provide R scripts to compute SS for explicit (geographic/known coordinates) and implicit (PCA/UMAP) layouts and introduce a two-axis visualization that plots publication count against SS. The framework highlights coherent clusters (high SS) and flags boundary or misassigned entities (low/negative SS) that standard network plots can obscure. This improves interpretability at term, cluster, and corpus levels and supports more defensible decisions about labels, membership, and follow-up analysis. Code is released for replication and reuse; sensitivity to distance metrics and data regimes is discussed to guide application across bibliometrics and related domains.•Silhouette Scores Reveal Outliers: Silhouette scores not only validate cluster cohesion but also uncover meaningful outliers-insights often missed in traditional network layouts.•Novel Visualization Approach: Combining silhouette scores with publication counts enables a more nuanced visualization of co-word and collaboration networks.•Applied to Bibliometrics: This study applies silhouette analysis to 2252 MethodsX articles, offering new tools for evaluating clustering quality in bibliometric research.
More Related Videos
06:19Constructing and Visualizing Models using Mime-based Machine-learning Framework
Published on: July 22, 2025
07:20Author Spotlight: Integrating Traditional Chinese Medicine with Modern Pharmacology and Genomics for Assessing Postmenopausal Osteoporosis in Mice
Published on: August 23, 2024
Related Concept Videos
Routh-Hurwitz Criterion II
The first scenario occurs when a singular zero appears in the first column of the Routh table. This situation creates a division by zero issues. To resolve this, a small positive or negative number, denoted as epsilon (∈), is substituted for the zero. The stability analysis proceeds by assuming a sign for ∈. If ∈ is positive, any sign change in the first...
Routh-Hurwitz Criterion I
To apply the Routh-Hurwitz criterion, a Routh table is constructed. The table's rows are labeled with powers of the complex frequency variable s, starting from the...
Interpreting R Charts
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
Residual Plots
When the residual values are plotted against the variable x, it is called a residual...
Wilcoxon Signed-Ranks Test for Matched Pairs
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...