2 writes to Score
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
603dst.Score = _score; 748.Concat(new[] { new RocInfo() { Score = Single.NegativeInfinity } }))
4 references to Score
Microsoft.ML.Data (4)
Evaluators\BinaryClassifierEvaluator.cs (4)
747foreach (var point in prSample.OrderByDescending(x => x.Score) 751if (point.Score < scoreCur) 766scoreCur = point.Score; 768if (Single.IsNegativeInfinity(point.Score))