Description Usage Arguments Examples
This function computes log expected sum of pairwise distances for a given grouping. It assumes data points are uniformly distributed within a range of values in every dimension. It first computes the expected sum of pairwise distances for each group (cluster) and then takes log for the sum of expected sums acros all groups.
1 | ExpectedLogW(pc.ranges, one.clustering)
|
pc.ranges |
a numeric matrix: the minimum (1st row) and the maximum (2nd row) for each dimension (column) |
one.clustering |
a vector indicating the clustering membership for each data point |
1 | ExpectedLogW(pc.ranges, one.clustering)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.