assignClusterDynamic {TimeSeriesExperiment} | R Documentation |
This function computes the cluster assignment for hierarchical clustering results using dynamic branch cutting.
assignClusterDynamic(hclst, max_height = 0.9, ...)
hclst |
an object of class |
max_height |
a fraction of the total tree height used to compute
|
... |
other parameters for |
a data.frame containing cluster assignments.