1 write to _score
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
648_scoreGetter(ref _score);
7 references to _score
Microsoft.ML.Data (7)
Evaluators\BinaryClassifierEvaluator.cs (7)
603dst.Score = _score; 649if (!FloatUtils.IsFinite(_score)) 677UnweightedCounters.Update(_score, prob, _label, logloss, 1); 688_aucAggregator.ProcessRow(_label, _score, _weight); 689WeightedCounters.Update(_score, prob, _label, logloss, _weight); 692_aucAggregator.ProcessRow(_label, _score); 697AuPrcAggregator.ProcessRow(_label, _score, _weight);