HMAlgo: Hierarchical merger algorithm

View source: R/HMClust.R

HMAlgoR Documentation

Hierarchical merger algorithm

Description

Compute the hierarchical merger clustering algorithm for a set of functions.

Usage

HMAlgo(x,fx,parallel=FALSE,normalize=TRUE)

Arguments

x

Argument of the functions.

fx

Matrix of functions, the functions should be located by column.

Value

An object with the following variables:

Diss.Matrix = Initial dissimilarity matrix.

min.value = trayectory of the minimum value.

Groups = list with the groupping structure at each step.

Author(s)

Carolina Euan.

References

Euan, C., Ombao, H. and Ortega, J. (2016) "The Hierarchical Spectral Merger algorithm: A New Time Series Clustering Procedure".

See Also

cutk HSM HCC


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