Hcl2mat: Clustering to matrix

View source: R/bclust.r

Hcl2matR Documentation

Clustering to matrix

Description

Converts clustering to matrix

Usage

  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]))))


shipunov documentation built on Feb. 16, 2023, 9:05 p.m.

Related to Hcl2mat in shipunov...