uniqueGroupHclust {MLGL} | R Documentation |
hclust
resultsFind all unique groups in hclust
results
uniqueGroupHclust(hc)
hc |
output of |
A list containing :
Vector containing the index of variables.
Vector containing the index of the group of each variable.
Quentin Grimonprez
hc <- hclust(dist(USArrests), "ave") res <- uniqueGroupHclust(hc)