| create_internal_cluster_validation_report | R Documentation |
This function creates an internal validation report for clustering methods. This report includes the Average Silhouette Width, as well as the Dunn Index as measures of Internal Validation. It also includes other useful information such as the Number of Clusters and the Number of Singletons.
create_internal_cluster_validation_report(dataList, method = "kmeans")
dataList |
A list of datasets with clustering completed |
method |
The type of clustering method to validate, defaults to kmeans |
A Internal Cluster Validation Report table with the Number of clusters, Average Silhouette Width, and Dunn Index as measures of validation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.