2 writes to Slope
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (1)
2194
new FixedPlattCalibratorTrainer(host, new FixedPlattCalibratorTrainer.Arguments() { Offset = input.Offset,
Slope
= input.Slope }));
Prediction\CalibratorCatalog.cs (1)
386
Slope
= slope,
1 reference to Slope
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1661
_slope = args.
Slope
;