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(); 705WeightedAuc = _aucAggregator.ComputeWeightedAuc(out UnweightedAuc);