assignClusterStatic {TimeSeriesExperiment} | R Documentation |
This function computes the cluster assignment for hierarchical clustering results using static branch cutting.
assignClusterStatic(hclst, h = NULL, k = NULL)
hclst |
an object of class |
h |
a the fraction of the max tree height at which to cut and assign labels. |
k |
an integer scalar or vector with the desired number of groups |
a data.frame containing cluster assignments.