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