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