2 writes to _aucAggregator
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
586
_aucAggregator
= new WeightedAucAggregator(Host.Rand, aucReservoirSize);
592
_aucAggregator
= new UnweightedAucAggregator(Host.Rand, aucReservoirSize);
4 references to _aucAggregator
Microsoft.ML.Data (4)
Evaluators\BinaryClassifierEvaluator.cs (4)
688
_aucAggregator
.ProcessRow(_label, _score, _weight);
692
_aucAggregator
.ProcessRow(_label, _score);
704
_aucAggregator
.Finish();
705
WeightedAuc =
_aucAggregator
.ComputeWeightedAuc(out UnweightedAuc);