cluster_cutoff_at_first_empty_bin: Cut the hierarchical clustering tree to define clusters

View source: R/Cluster.R

cluster_cutoff_at_first_empty_binR Documentation

Cut the hierarchical clustering tree to define clusters

Description

Cut the hierarchical clustering tree to define clusters

Usage

cluster_cutoff_at_first_empty_bin(heights, diam, num_bins_when_clustering)

Arguments

heights

Heights of the clusters.

diam

Diameter of the clusters.

num_bins_when_clustering

Number of bins when clustering.

Value

The cutoff height for the clusters.


MapperAlgo documentation built on June 21, 2025, 9:08 a.m.