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