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