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