1 write to _ectx
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
112
_ectx
= ectx;
5 references to _ectx
Microsoft.ML.FastTree (5)
TreeEnsembleFeaturizer.cs (5)
177
_ectx
.CheckValue(input, nameof(input));
178
_ectx
.CheckValue(activeColumns, nameof(activeColumns));
184
_ectx
.AssertValue(input);
185
_ectx
.AssertValue(activeColumns);
189
var state = new State(
_ectx
, input, _owner._ensemble, _owner._totalLeafCount, FeatureColumn.Index);