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)
603
dst.Score =
_score
;
649
if (!FloatUtils.IsFinite(
_score
))
677
UnweightedCounters.Update(
_score
, prob, _label, logloss, 1);
688
_aucAggregator.ProcessRow(_label,
_score
, _weight);
689
WeightedCounters.Update(
_score
, prob, _label, logloss, _weight);
692
_aucAggregator.ProcessRow(_label,
_score
);
697
AuPrcAggregator.ProcessRow(_label,
_score
, _weight);