3 references to GetIsNewGroupDelegate
Microsoft.ML.Data (3)
Evaluators\RankingEvaluator.cs (1)
462_newGroupDel = RowCursorUtils.GetIsNewGroupDelegate(row, schema.Group.Value.Index);
Transforms\PerGroupTransformBase.cs (2)
269_newGroupInGroupCursorDel = RowCursorUtils.GetIsNewGroupDelegate(_groupCursor, bindings.GroupIndex); 270_newGroupInInputCursorDel = RowCursorUtils.GetIsNewGroupDelegate(_input, bindings.GroupIndex);