1 write to _pathIds
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
260
_pathIds
= new List<int>[_numTrees];
4 references to _pathIds
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizer.cs (4)
262
_pathIds
[i] = new List<int>();
322
var nodes =
_pathIds
[i];
347
_ectx.Assert(Utils.Size(
_pathIds
) == _numTrees);
350
_leafIds[i] = _ensemble.GetLeaf(i, in _src, ref
_pathIds
[i]);