uniqueGroupHclust {MLGL}R Documentation

Find all unique groups in hclust results

Description

Find all unique groups in hclust results

Usage

uniqueGroupHclust(hc)

Arguments

hc

output of hclust function

Value

A list containing :

indexGroup

Vector containing the index of variables.

varGroup

Vector containing the index of the group of each variable.

Author(s)

Quentin Grimonprez

Examples

hc <- hclust(dist(USArrests), "ave")
res <- uniqueGroupHclust(hc)



[Package MLGL version 0.6.1 Index]