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)
816
RankingUtils.QueryMaxDcg(_labelGains, _truncationLevel,
_discountMap
, state.QueryLabels, state.QueryOutputs,
818
RankingUtils.QueryDcg(_labelGains, _truncationLevel,
_discountMap
, state.QueryLabels, state.QueryOutputs, state.DcgCur);