4 references to PathToLeaf
Microsoft.ML.FastTree (4)
TreeEnsemble\InternalRegressionTree.cs (4)
1503if (!PathToLeaf(LteChild[0], leafIndex, path)) 1504PathToLeaf(GtChild[0], leafIndex, path); 1519if (PathToLeaf(LteChild[currentNodeIndex], leafIndex, path)) 1521if (PathToLeaf(GtChild[currentNodeIndex], leafIndex, path))