5 references to GetLeaf
Microsoft.ML.AutoML (1)
Tuner\SmacTuner.cs (1)
327var leafId = forest.GetLeaf(treeId, features, ref path);
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
350_leafIds[i] = _ensemble.GetLeaf(i, in _src, ref _pathIds[i]);
Microsoft.ML.Tests (3)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (3)
166var leafId = model.Model.SubModel.GetLeaf(treeIndex, new VBuffer<float>(10, features[dataPointIndex]), ref path); 217var leafId = model.Model.GetLeaf(treeIndex, new VBuffer<float>(10, features[dataPointIndex]), ref path); 281var leafId = model.Model.SubModel.GetLeaf(treeIndex, new VBuffer<float>(10, features[dataPointIndex]), ref path);