You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sergey-shandar
changed the title
Change tree building algorithm to variable levels.
Change the tree building algorithm to variable levels.
Oct 14, 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:
The text was updated successfully, but these errors were encountered: