1 write to GroupIndex
Microsoft.ML.Data (1)
Transforms\PerGroupTransformBase.cs (1)
53if (!input.TryGetColumnIndex(groupCol, out GroupIndex))
3 references to GroupIndex
Microsoft.ML.Data (3)
Transforms\PerGroupTransformBase.cs (3)
80active[GroupIndex] = true; 269_newGroupInGroupCursorDel = RowCursorUtils.GetIsNewGroupDelegate(_groupCursor, bindings.GroupIndex); 270_newGroupInInputCursorDel = RowCursorUtils.GetIsNewGroupDelegate(_input, bindings.GroupIndex);