3 references to GetLeafCore
Microsoft.ML.FastTree (3)
TreeEnsemble\InternalRegressionTree.cs (3)
784
return
GetLeafCore
(feat.GetValues());
800
return
GetLeafCore
(feat.GetValues(), root: root);
818
return
GetLeafCore
(feat.GetValues(), path);