1 write to _prCount
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
121_prCount = args.NumRocExamples;
1 reference to _prCount
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
169return new Aggregator(Host, classNames, schema.Weight != null, _aucCount, _auPrcCount, _threshold, _useRaw, _prCount, stratName);