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