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