Clustering Quality Score Calculator
Evaluate clustering quality using silhouette score, Calinski-Harabasz index, Davies-Bouldin index, and Dunn index from cluster distance metrics.
Inputs
Results
Silhouette Score
0.5
Quality Assessment
Weak structure
How to Use This Calculator
- Enter the number of clusters and within-cluster sum of squares (WCSS) values.
- Set the between-cluster sum of squares for separation measurement.
- Review the silhouette score and Calinski-Harabasz index.
- Compare metrics across different values of k to identify the optimal cluster count.
- Use the elbow method on WCSS and peak silhouette score to finalize cluster selection.
What each input means
- Avg Intra-Cluster Distance
- Average distance between points within the same cluster. Lower is better (tighter clusters).
- Avg Nearest-Cluster Distance
- Average distance from points to the nearest neighboring cluster. Higher is better (more separated).
- Number of Clusters (k)
- The number of clusters in your clustering solution.
- Total Data Points
- Total number of data points across all clusters.
How this is calculated
Worked example, using the default values
- Identify Input Parameters4 parametersAvg Intra-Cluster Distance = 2.5, Avg Nearest-Cluster Distance = 5, Number of Clusters (k) = 3, Total Data Points = 300 = 4 input(s) provided
- Calculate Silhouette ScoreSilhouette Score0.5 = 0.5
- Calculate Quality AssessmentWeak structure = Weak structure
- Calculate Calinski-Harabasz IndexCalinski-Harabasz Index594 = 594
- Calculate Davies-Bouldin IndexDavies-Bouldin Index0.5 = 0.5
Engine last updated . Checked against 1 independently-derived test — how we verify calculators.
Related Calculators
The questions that sit next to this one — chosen by subject, including calculators filed under a different category.
Feature Scaling Calculator
Scale raw feature values using min-max normalization, z-score standardization, robust scaling, and max-abs normalization for machine learning preprocessing.
Data ScienceDimensionality Reduction Calculator
Determine how many principal components to retain based on eigenvalues and target explained variance. Includes scree plot data, Kaiser criterion, and cumulative variance analysis.
Data ScienceA/B Test Calculator
Determine statistical significance of A/B test results. Calculate z-score, p-value, conversion lift, and whether your variant beats the control at your chosen confidence level.
More in Math & Statistics.