get_hierarchical_clusters: Perform hierarchical clustering and process dendrograms.

View source: R/clusterer_farm.R

get_hierarchical_clustersR Documentation

Perform hierarchical clustering and process dendrograms.

Description

Perform hierarchical clustering and process dendrograms.

Usage

get_hierarchical_clusters(dist_mats, method, cut_height = -1)

Arguments

dist_mats

A list of distance matrices to be used for clustering.

method

A string to pass to hclust to tell it what kind of clustering to do.

cut_height

A global cut height. If not specified or negative, dendrograms will be cut individually.

Value

A list containing named vectors (one per dendrogram), whose names are data point names and whose values are cluster labels.


mappeR documentation built on June 9, 2025, 5:08 p.m.