Hcl2mat function

Clustering to matrix

Clustering to matrix

Converts clustering to matrix

Hcl2mat(hcl)

Arguments

  • hcl: hclust object

Details

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.

See Also

Bclust, MRH

Examples

head(Hcl2mat(hclust(dist(iris[, -5]))))
  • Maintainer: ORPHANED
  • License: GPL (>= 2)
  • Last published: 2023-02-05

Useful links