assignClusterDynamic: Cluster assignment using dynamic branch cutting.

Description Usage Arguments Value

View source: R/clustering.R

Description

This function computes the cluster assignment for hierarchical clustering results using dynamic branch cutting.

Usage

1
assignClusterDynamic(hclst, max_height = 0.9, ...)

Arguments

hclst

an object of class hclust representing the clustering of features of X.

max_height

a fraction of the total tree height used to compute maxTreeHeight argument for cutreeDynamic function from dynamicTreeCut package.

...

other parameters for cutreeDynamic.

Value

a data.frame containing cluster assignments.


nlhuong/TimeSeriesExperiment documentation built on Sept. 8, 2021, 12:30 a.m.