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

Change the tree building algorithm to variable levels. #59

Open
sergey-shandar opened this issue Oct 13, 2023 · 0 comments
Open

Change the tree building algorithm to variable levels. #59

sergey-shandar opened this issue Oct 13, 2023 · 0 comments

Comments

@sergey-shandar
Copy link
Contributor

sergey-shandar commented Oct 13, 2023

Instead of using fixed numbers like 8 and 4 (for data and node levels), we can use a threshold and decrease/increase the level (resolution) according to the threshold.

Test cases:

  • we can increase a level for a constant value data
  • we should decrease a level when a level node reaches the threshold.
    • we may go to sublevel nodes.
@sergey-shandar sergey-shandar changed the title Change tree building algorithm to variable levels. Change the tree building algorithm to variable levels. Oct 14, 2023
@sergey-shandar sergey-shandar added this to the 23 milestone Oct 16, 2023
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

1 participant