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); 189var state = new State(_ectx, input, _owner._ensemble, _owner._totalLeafCount, FeatureColumn.Index);