Description Usage Arguments Value Examples
View source: R/functions_metrics.R
Davies-Bouldin Index
1 | davies_bouldinC(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 Davies-Bouldin index for all the cluster groups.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
davies_bouldinC(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.