Skip to content

Commit e8bbfe8

Browse files
committed
updated vignettes
1 parent 141f892 commit e8bbfe8

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

docs/articles/Silhouette.html

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.1.3
33
pkgdown_sha: ~
44
articles:
55
Silhouette: Silhouette.html
6-
last_built: 2025-10-15T06:26Z
6+
last_built: 2025-10-15T06:53Z
77
urls:
88
reference: https://kskbhat.github.io/Silhouette/reference
99
article: https://kskbhat.github.io/Silhouette/articles

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vignettes/Silhouette.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,9 @@ ggplot(heatmap_data, aes(x = Average_Type, y = Method, fill = Silhouette_Width))
807807

808808
**Summary:**
809809

810-
`calSilhouette()` provides a powerful, unified interface for comprehensive silhouette analysis, enabling researchers to evaluate clustering solutions from multiple perspectives simultaneously. This function streamlines comparative studies, supports robust cluster validation, and facilitates reproducible clustering diagnostics across different algorithms and parameter settings. Its integration with the package's visualization capabilities makes it an essential tool for thorough clustering quality assessment in both crisp and soft clustering contexts.## 7. Extended Silhouette Analysis for Multi-Way Clustering
810+
`calSilhouette()` provides a powerful, unified interface for comprehensive silhouette analysis, enabling researchers to evaluate clustering solutions from multiple perspectives simultaneously. This function streamlines comparative studies, supports robust cluster validation, and facilitates reproducible clustering diagnostics across different algorithms and parameter settings. Its integration with the package's visualization capabilities makes it an essential tool for thorough clustering quality assessment in both crisp and soft clustering contexts.
811+
812+
## 7. Extended Silhouette Analysis for Multi-Way Clustering
811813

812814
The `extSilhouette()` function enables silhouette-based evaluation for multi-way clustering scenarios, such as biclustering or tensor clustering, by aggregating silhouette indices from each mode (e.g., rows, columns) into a single summary metric.
813815
This approach allows you to rigorously assess the overall clustering structure when partitioning data along multiple dimensions.

0 commit comments

Comments
 (0)