1 write to UnweightedCounters
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
442UnweightedCounters = new Counters(labelGains, truncationLevel, groupSummary);
18 references to UnweightedCounters
Microsoft.ML.Data (18)
Evaluators\RankingEvaluator.cs (18)
176bool groupSummary = aggregator.UnweightedCounters.GroupSummary; 182Host.Check(agg.UnweightedCounters.GroupSummary == aggregator.UnweightedCounters.GroupSummary, 188ndcg.Add(agg.UnweightedCounters.Ndcg); 189dcg.Add(agg.UnweightedCounters.Dcg); 190if (agg.UnweightedCounters.GroupSummary) 192groupStratCol.AddRange(agg.UnweightedCounters.GroupDcg.Select(x => stratColKey)); 193groupStratVal.AddRange(agg.UnweightedCounters.GroupDcg.Select(x => stratColVal)); 195groupNdcg.AddRange(agg.UnweightedCounters.GroupNdcg); 196groupDcg.AddRange(agg.UnweightedCounters.GroupDcg); 197groupMaxDcg.AddRange(agg.UnweightedCounters.GroupMaxDcg); 466if (UnweightedCounters.GroupSummary) 498UnweightedCounters.Update((short)label, score); 515UnweightedCounters.UpdateGroup(1); 535var editor = VBufferEditor.Create(ref dst, UnweightedCounters.TruncationLevel); 536for (int i = 0; i < UnweightedCounters.TruncationLevel; i++) 544var editor = VBufferEditor.Create(ref slotNames, UnweightedCounters.TruncationLevel); 545for (int i = 0; i < UnweightedCounters.TruncationLevel; i++)