1 write to _label
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
647
_labelGetter(ref
_label
);
8 references to _label
Microsoft.ML.Data (8)
Evaluators\BinaryClassifierEvaluator.cs (8)
602
dst.Label =
_label
;
654
if (Single.IsNaN(
_label
))
666
if (
_label
> 0)
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);