2 writes to Offset
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (1)
2194new FixedPlattCalibratorTrainer(host, new FixedPlattCalibratorTrainer.Arguments() { Offset = input.Offset, Slope = input.Slope }));
Prediction\CalibratorCatalog.cs (1)
387Offset = offset
1 reference to Offset
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1662_offset = args.Offset;