1 write to _discountMap
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
710_discountMap = RankingUtils.GetDiscountMap(_truncationLevel);
2 references to _discountMap
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (2)
816RankingUtils.QueryMaxDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.QueryOutputs, 818RankingUtils.QueryDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.QueryOutputs, state.DcgCur);