assignClusterStatic: Cluster assignment using static branch cutting.

Description Usage Arguments Value

View source: R/clustering.R

Description

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

Usage

1
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.


TimeSeriesExperiment documentation built on Nov. 8, 2020, 11:09 p.m.