assignClusterStatic {TimeSeriesExperiment}R Documentation

Cluster assignment using static branch cutting.

Description

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

Usage

assignClusterStatic(hclst, h = NULL, k = NULL)

Arguments

hclst

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

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

Value

a data.frame containing cluster assignments.


[Package TimeSeriesExperiment version 1.2.0 Index]