dendrograms / astrodendro

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

Implement min_delta, min_npix, etc as is_independent functions #77

Closed ChrisBeaumont closed 11 years ago

ChrisBeaumont commented 11 years ago

Now that we have the is_independent option available, it makes more sense to implement the "built-in" pruning criteria using this. We could keep the keyword arguments if that is more user friendly, but the test inside Dendrogram.compute should just be a single call to an is_indendent function.

astrofrog commented 11 years ago

:+1:

ChrisBeaumont commented 11 years ago

Closed via #78