Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't limit the length of the branch #180

Open
spike-srj opened this issue Dec 12, 2021 · 2 comments
Open

can't limit the length of the branch #180

spike-srj opened this issue Dec 12, 2021 · 2 comments

Comments

@spike-srj
Copy link

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
Copy link
Contributor

low-sky commented Dec 12, 2021

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants