Description Usage Arguments Value Examples
View source: R/functions_metrics.R
Dunn Index
1 | dunn_indexC(object, clusters = object$pred_clusters)
|
object |
An object of class ccdata |
clusters |
A vector corresponding to the dataset clustering results (predicted clusters with ccdata class object by default) |
The Dunn Index for all the cluster groups
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
dunn_indexC(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.