1 write to _state
Microsoft.ML.Data (1)
Transforms\PerGroupTransformBase.cs (1)
264
_state
= _parent.InitializeState(_input);
3 references to _state
Microsoft.ML.Data (3)
Transforms\PerGroupTransformBase.cs (3)
267
_getters = _parent.CreateGetters(
_state
, iinfo => active[bindings.MapIinfoToCol(iinfo)]);
348
_parent.ProcessExample(
_state
, label, score);
352
_parent.UpdateState(
_state
);