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