2 writes to AuPrcAggregator
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
588
AuPrcAggregator
= new WeightedAuPrcAggregator(Host.Rand, auPrcReservoirSize);
594
AuPrcAggregator
= new UnweightedAuPrcAggregator(Host.Rand, auPrcReservoirSize);
9 references to AuPrcAggregator
Microsoft.ML.Data (9)
Evaluators\BinaryClassifierEvaluator.cs (9)
257
Host.Check((agg.
AuPrcAggregator
== null) == (aggregator.
AuPrcAggregator
== null),
274
if (agg.
AuPrcAggregator
!= null)
313
if (agg.
AuPrcAggregator
!= null)
352
if (aggregator.
AuPrcAggregator
!= null)
696
if (
AuPrcAggregator
!= null)
697
AuPrcAggregator
.ProcessRow(_label, _score, _weight);
706
if (
AuPrcAggregator
!= null)
707
WeightedAuPrc =
AuPrcAggregator
.ComputeWeightedAuPrc(out UnweightedAuPrc);