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)
604dst.Weight = _weight; 683if (!FloatUtils.IsFinite(_weight)) 688_aucAggregator.ProcessRow(_label, _score, _weight); 689WeightedCounters.Update(_score, prob, _label, logloss, _weight); 697AuPrcAggregator.ProcessRow(_label, _score, _weight);