2 references to Counters
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
581UnweightedCounters = new Counters(useRaw, threshold); 582WeightedCounters = weighted ? new Counters(useRaw, threshold) : null;