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 clustersbinclust_data
: A list of named vectors whose names are those of data points and whose values are cluster idsA vector of real numbers in representing a measure of dispersion of a cluster, calculated according to compute_tightness .
Useful links