get_cluster_tightness_vector function

Compute dispersion measures of a list of clusters

Compute dispersion measures of a list of clusters

get_cluster_tightness_vector(dists, binclust_data)

Arguments

  • 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

Returns

A vector of real numbers in (0,)(0,\infty) representing a measure of dispersion of a cluster, calculated according to compute_tightness .

  • Maintainer: George Clare Kennedy
  • License: MIT + file LICENSE
  • Last published: 2025-02-20