2 instantiations of Counters
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (2)
442
UnweightedCounters = new
Counters
(labelGains, truncationLevel, groupSummary);
444
WeightedCounters = Weighted ? new
Counters
(labelGains, truncationLevel, false) : null;
2 references to Counters
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (2)
430
public readonly
Counters
UnweightedCounters;
431
public readonly
Counters
WeightedCounters;