1 write to WeightedCounters
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
444WeightedCounters = Weighted ? new Counters(labelGains, truncationLevel, false) : null;
6 references to WeightedCounters
Microsoft.ML.Data (6)
Evaluators\RankingEvaluator.cs (6)
205ndcg.Add(agg.WeightedCounters.Ndcg); 206dcg.Add(agg.WeightedCounters.Dcg); 499if (WeightedCounters != null) 500WeightedCounters.Update((short)label, score); 516if (WeightedCounters != null) 517WeightedCounters.UpdateGroup(_currentQueryWeight);