1 write to QueryLabels
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
841QueryLabels = new List<short>();
4 references to QueryLabels
Microsoft.ML.Data (4)
Evaluators\RankingEvaluator.cs (4)
809state.QueryLabels.Add(label); 816RankingUtils.QueryMaxDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.QueryOutputs, 818RankingUtils.QueryDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.QueryOutputs, state.DcgCur); 824state.QueryLabels.Clear();