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 |
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), "average")
res <- uniqueGroupHclust(hc)
[Package MLGL version 1.0.0 Index]