cluster_cutoff_at_first_empty_bin {MapperAlgo} | R 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.
[Package MapperAlgo version 1.0.3 Index]