dendrograms / astrodendro

Generate a dendrogram from a dataset
https://dendrograms.readthedocs.io/
Other
37 stars 36 forks source link

can't limit the length of the branch #180

Open spike-srj opened 2 years ago

spike-srj commented 2 years ago

After using min_delta the length of branch will still be small, is min_delta only useful for leaf? If so, how can I limit the length of the branch? image

low-sky commented 2 years ago

At present there is no functionality to limit branch length in the code. You could manually group together branches but this requires having non-binary mergers (i.e., >2 objects merging together at one level).

spike-srj commented 2 years ago

@low-sky thank you,I'll give it a try.