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