2 writes to _totalLeafCount
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
420
_totalLeafCount
= CountLeaves(_ensemble);
437
_totalLeafCount
= CountLeaves(_ensemble);
6 references to _totalLeafCount
Microsoft.ML.FastTree (6)
TreeEnsembleFeaturizer.cs (6)
121
var leafIdType = new VectorDataViewType(NumberDataViewType.Single, owner.
_totalLeafCount
);
129
var pathIdType = new VectorDataViewType(NumberDataViewType.Single, owner.
_totalLeafCount
- owner._ensemble.TrainedEnsemble.NumTrees);
189
var state = new State(_ectx, input, _owner._ensemble, _owner.
_totalLeafCount
, FeatureColumn.Index);
489
var editor = VBufferEditor.Create(ref dst,
_totalLeafCount
);
498
_host.Assert(i ==
_totalLeafCount
);
506
var totalNodeCount =
_totalLeafCount
- numTrees;