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