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
At the current state, the node indices are not really use (only for visualization and debugging). In principle they could be used to associate prototypes to the nodes, but this is not possible now because of the way the index is created. Only internal nodes are associated to a prototype, but leaves don't have a higher index than internal nodes.
Generally, the tree structure might benefit from further refactoring. Maybe we can use the binarytree library.
The text was updated successfully, but these errors were encountered:
At the current state, the node indices are not really use (only for visualization and debugging). In principle they could be used to associate prototypes to the nodes, but this is not possible now because of the way the index is created. Only internal nodes are associated to a prototype, but leaves don't have a higher index than internal nodes.
Generally, the tree structure might benefit from further refactoring. Maybe we can use the binarytree library.
The text was updated successfully, but these errors were encountered: