Type Definition gbdt::binary_tree::TreeIndex
source · [−]pub type TreeIndex = usize;
Expand description
The index to retrive the tree node. Always get the index value from BinaryTree
APIs.
Don’t directly assign a value to an index.