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)
273editor.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]);