| run_dunn | R Documentation |
This function calculates the Dunn index of the clustering assignments made on the datasets provided. Uses the clusterCrit implementation of the Dunn Index
run_dunn(dataList, reductionType = "pca", method = "kmeans")
dataList |
a data list of the data with clustering assignments |
reductionType |
The dimensionality reduction type of the data to find the calculated scores, defaults to PCA |
method |
The clustering method used, defaults to Kmeans #' @return A table of the Dunn Index 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.