3 references to GetLeafCore
Microsoft.ML.FastTree (3)
TreeEnsemble\InternalRegressionTree.cs (3)
785
return
GetLeafCore
(feat.GetIndices(), feat.GetValues());
801
return
GetLeafCore
(feat.GetIndices(), feat.GetValues(), root: root);
819
return
GetLeafCore
(feat.GetIndices(), feat.GetValues(), path);