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