2 writes to _weight
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
682
_weightGetter(ref
_weight
);
686
_weight
= 1;
5 references to _weight
Microsoft.ML.Data (5)
Evaluators\BinaryClassifierEvaluator.cs (5)
604
dst.Weight =
_weight
;
683
if (!FloatUtils.IsFinite(
_weight
))
688
_aucAggregator.ProcessRow(_label, _score,
_weight
);
689
WeightedCounters.Update(_score, prob, _label, logloss,
_weight
);
697
AuPrcAggregator.ProcessRow(_label, _score,
_weight
);