2 writes to _labelGains
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (2)
711_labelGains = labelGains; 726_labelGains = ctx.Reader.ReadDoubleArray();
3 references to _labelGains
Microsoft.ML.Data (3)
Evaluators\RankingEvaluator.cs (3)
743ctx.Writer.WriteDoubleArray(_labelGains); 816RankingUtils.QueryMaxDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.QueryOutputs, 818RankingUtils.QueryDcg(_labelGains, _truncationLevel, _discountMap, state.QueryLabels, state.QueryOutputs, state.DcgCur);