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>(); 322var nodes = _pathIds[i]; 347_ectx.Assert(Utils.Size(_pathIds) == _numTrees); 350_leafIds[i] = _ensemble.GetLeaf(i, in _src, ref _pathIds[i]);