View source: R/evaluateClusters.R
| evaluateClusters | R Documentation |
Called by compareClustering().
evaluateClusters(xList)
xList |
a list with the following elements:
|
a tibble::tibble with one row per number of clusters
from 2 to k and the columns:
= dm
= method
= k
overall average silhoutte width (cluster::summary.silhouette$avg.width)
minimal average cluster silhoutte width (cluster::summary.silhouette$clus.avg.widths)
minimal silhoutte width (cluster::summary.silhouette$si.summary$`Min.`)
percentage of positive silhoutte widths
minimal cluster bootstrap mean of Jaccard's index (fpc::clusterboot$bootmean)
percentage of cluster bootstrap means of Jaccard's index above 0.6
fpc::cluster.stats$sindex
fpc::cluster.stats$average.within
fpc::cluster.stats$wb.ratio
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.