get_hierarchical_clusters: Perform single-linkage hierarchical clustering and process...

View source: R/clusterer_farm.R

get_hierarchical_clustersR Documentation

Perform single-linkage hierarchical clustering and process dendrograms in a semi-global context.

Description

Perform single-linkage hierarchical clustering and process dendrograms in a semi-global context.

Usage

get_hierarchical_clusters(dist_mats, method)

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.

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 April 3, 2025, 6:19 p.m.