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