[][src]Type Definition gbdt::binary_tree::TreeIndex

type TreeIndex = usize;

The index to retrive the tree node. Always get the index value from BinaryTree APIs. Don't directly assign a value to an index.