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