2 references to Update
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
677UnweightedCounters.Update(_score, prob, _label, logloss, 1); 689WeightedCounters.Update(_score, prob, _label, logloss, _weight);