1 implementation of WeaklyTypedCalibrator
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
207ICalibrator IWeaklyTypedCalibratedModelParameters.WeaklyTypedCalibrator => Calibrator;
2 references to WeaklyTypedCalibrator
Microsoft.ML.FastTree (2)
TreeEnsemble\TreeEnsembleCombiner.cs (2)
55_host.Check(calibrated.WeaklyTypedCalibrator is PlattCalibrator, 59paramA = -((PlattCalibrator)calibrated.WeaklyTypedCalibrator).Slope;