Hcl2mat | R Documentation |
Converts clustering to matrix
Hcl2mat(hcl)
hcl |
|
This function converts 'hclust' object into binary matrix in accordance with clusterings.
It has many uses: clustering bootstrap, clustering compare, and matrix representation of hierarchical clustering.
Bclust
, MRH
head(Hcl2mat(hclust(dist(iris[, -5]))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.