6 references to RankingUtils
Microsoft.ML.Data (6)
Evaluators\RankingEvaluator.cs (6)
360_discountMap = RankingUtils.GetDiscountMap(truncationLevel); 387RankingUtils.QueryMaxDcg(_labelGains, TruncationLevel, _discountMap, _queryLabels, _queryOutputs, _groupMaxDcgCur); 395RankingUtils.QueryDcg(_labelGains, TruncationLevel, _discountMap, _queryLabels, _queryOutputs, _groupDcgCur); 710_discountMap = RankingUtils.GetDiscountMap(_truncationLevel); 816RankingUtils.QueryMaxDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.QueryOutputs, 818RankingUtils.QueryDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.QueryOutputs, state.DcgCur);