1 write to _newGroupInGroupCursorDel
Microsoft.ML.Data (1)
Transforms\PerGroupTransformBase.cs (1)
269
_newGroupInGroupCursorDel
= RowCursorUtils.GetIsNewGroupDelegate(_groupCursor, bindings.GroupIndex);
2 references to _newGroupInGroupCursorDel
Microsoft.ML.Data (2)
Transforms\PerGroupTransformBase.cs (2)
336
var good = _groupCursor.MoveNext() &&
_newGroupInGroupCursorDel
();
342
while (_groupCursor.Position >= 0 && !
_newGroupInGroupCursorDel
())