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