1 write to _leafIds
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
259
_leafIds
= new int[_numTrees];
4 references to _leafIds
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizer.cs (4)
273
editor.Values[i] = _ensemble.GetLeafValue(i,
_leafIds
[i]);
295
_leafIdBuilder.AddFeature(offset +
_leafIds
[i], 1);
346
_ectx.Assert(Utils.Size(
_leafIds
) == _numTrees);
350
_leafIds
[i] = _ensemble.GetLeaf(i, in _src, ref _pathIds[i]);