1 write to QueryOutputs
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
842
QueryOutputs
= new List<Single>();
4 references to QueryOutputs
Microsoft.ML.Data (4)
Evaluators\RankingEvaluator.cs (4)
810
state.
QueryOutputs
.Add(score);
816
RankingUtils.QueryMaxDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.
QueryOutputs
,
818
RankingUtils.QueryDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.
QueryOutputs
, state.DcgCur);
825
state.
QueryOutputs
.Clear();