cutk: K groups from HSM, HCC or HM.

View source: R/HMClust.R

cutkR Documentation

K groups from HSM, HCC or HM.

Description

Returns k groups from a HSM, HCC or HM object.

Usage

cutk(Clust, kg = NA, alpha = NA)

Arguments

Clust

Output from HSM, HCC or HM.

kg

Number of groups.

alpha

Dissimilarity value before the next clustering step.

Details

Returns k groups from the result of the hierarchichal merger clustering method. The value k can be equal to kg or the last number of clusters before the next minimun value where bigger than alpha.

Value

A list with k elements, where the jth element is a vector with the channels that belong to the jth cluster.

See Also

HSM HCC HM


CarolinaEuan/HMClust documentation built on Feb. 18, 2024, 10 p.m.