| run_silhouette | R Documentation |
This function calculates the average silhouette width of the clustering assignments made on the data sets provided. Uses the clusterCrit package implementation.
run_silhouette(dataList, method = "kmeans", reductionType = "pca")
dataList |
a data list of the data with clustering assignments |
method |
The clustering method used, defaults to Kmeans |
reductionType |
The dimensionality reduction type of the data to find the calculated scores, defaults to PCA |
A table of the Silhouette Scores, with the data set name and the score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.