1 write to Score
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1356
Score
= score;
9 references to Score
Microsoft.ML.Data (9)
Prediction\Calibrator.cs (9)
1395
var comp = Comparer<DataItem>.Create((x, y) => x.
Score
.CompareTo(y.
Score
));
1541
var x = d_i.
Score
;
1582
var y = d_i.Target ? d_i.
Score
: -d_i.
Score
;
1583
var p = PlattCalibrator.PredictProbability(d_i.
Score
, slope, offset);
1887
ch.Assert(stack.Count == 0 || di.
Score
>= top.MaxX);
1888
Piece curr = new Piece(di.
Score
, di.
Score
, di.Target ? 1 : 0, di.Weight);