max_silhouette_consensus | R Documentation |
This function uses the average silhouette width (Rousseeuw 1987), as implemented in the NMF library (Gaujoux 2010).
max_silhouette_consensus(data, k_range)
data |
The data with an unknown number of clusters. |
k_range |
The range of possible k values |
The chosen value of k.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.