1 write to _groupCursor
Microsoft.ML.Data (1)
Transforms\PerGroupTransformBase.cs (1)
261_groupCursor = groupCursor;
8 references to _groupCursor
Microsoft.ML.Data (8)
Transforms\PerGroupTransformBase.cs (8)
269_newGroupInGroupCursorDel = RowCursorUtils.GetIsNewGroupDelegate(_groupCursor, bindings.GroupIndex); 271_labelGetter = _parent.GetLabelGetter(_groupCursor); 272_scoreGetter = _parent.GetScoreGetter(_groupCursor); 332if (_groupCursor.Position < 0) 336var good = _groupCursor.MoveNext() && _newGroupInGroupCursorDel(); 339Ch.Assert(_groupCursor.Position >= 0); 342while (_groupCursor.Position >= 0 && !_newGroupInGroupCursorDel()) 349_groupCursor.MoveNext();