View source: R/cluster_factory.R
get_cluster_tightness_vector | R Documentation |
Compute dispersion measures of a list of clusters
get_cluster_tightness_vector(dists, binclust_data)
dists |
A distance matrix for the data points inside all the input clusters |
binclust_data |
A list of named vectors whose names are those of data points and whose values are cluster ids |
A vector of real numbers in (0,\infty)
representing a measure of dispersion of a cluster, calculated according to compute_tightness.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.