Learn R Programming

TDAmapper (version 1.0)

cluster_cutoff_at_first_empty_bin: cluster_cutoff_at_first_empty_bin function

Description

This function decides where to cut the hierarchical clustering tree to define clusters within a level set.

Usage

cluster_cutoff_at_first_empty_bin(heights, diam, num_bins_when_clustering)

Arguments

heights
Height values in hierarchical clustering.
diam
Maximum distance between points in a level set.
num_bins_when_clustering
Controls how many bins there are in the histogram used to determine cutoff. values

Value

Numerical value for cutoff point of hierarchical cluster diagram.

References

https://github.com/paultpearson/TDAmapper

See Also

mapper1D, mapper2D