5 references to GetLeaf
Microsoft.ML.FastTree (4)
FastTree.cs (1)
3296
return _regTree.
GetLeaf
(in feat);
TreeEnsemble\InternalQuantileRegressionTree.cs (1)
75
int leaf =
GetLeaf
(in feat);
TreeEnsemble\InternalRegressionTree.cs (2)
725
int leaf =
GetLeaf
(in feat);
1537
var mainLeaf =
GetLeaf
(in src);
Microsoft.ML.Sweeper (1)
Algorithms\SmacSweeper.cs (1)
345
leafValues.Add((float)t.LeafValues[t.
GetLeaf
(in features)]);