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