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