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