1 type derived from PerGroupTransformBase
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
628
private sealed class Transform :
PerGroupTransformBase
<short, Single, Transform.RowCursorState>
2 references to PerGroupTransformBase
Microsoft.ML.Data (2)
Transforms\PerGroupTransformBase.cs (2)
232
private readonly
PerGroupTransformBase
<TLabel, TScore, TState> _parent;
249
public Cursor(
PerGroupTransformBase
<TLabel, TScore, TState> parent, DataViewRowCursor input, DataViewRowCursor groupCursor, bool[] active)