compute_S_single | R Documentation |
Computes the conditioning set for single linkage hierarchical clustering
compute_S_single(X, hcl, K, k1, k2, dist)
X |
the n x q data set |
hcl |
hclust object obtained by clustering X |
K |
number of clusters |
k1 |
the index of first cluster involved in the test |
k2 |
the index of second cluster involved in the test |
dist |
The distances of matrix X |
Returns an "Intervals" object containing the conditioning set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.