1 instantiation of RowCursorState
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
804return new RowCursorState(_truncationLevel);
5 references to RowCursorState
Microsoft.ML.Data (5)
Evaluators\RankingEvaluator.cs (5)
628private sealed class Transform : PerGroupTransformBase<short, Single, Transform.RowCursorState> 751protected override Delegate[] CreateGetters(RowCursorState state, Func<int, bool> predicate) 802protected override RowCursorState InitializeState(DataViewRow input) 807protected override void ProcessExample(RowCursorState state, short label, Single score) 813protected override void UpdateState(RowCursorState state)