5 references to GetLeaf
Microsoft.ML.AutoML (1)
Tuner\SmacTuner.cs (1)
327
var 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)
166
var leafId = model.Model.SubModel.
GetLeaf
(treeIndex, new VBuffer<float>(10, features[dataPointIndex]), ref path);
217
var leafId = model.Model.
GetLeaf
(treeIndex, new VBuffer<float>(10, features[dataPointIndex]), ref path);
281
var leafId = model.Model.SubModel.
GetLeaf
(treeIndex, new VBuffer<float>(10, features[dataPointIndex]), ref path);