2 instantiations of PlattCalibratorTransformer
Microsoft.ML.Data (2)
Prediction\CalibratorCatalog.cs (2)
358
=> new
PlattCalibratorTransformer
(env, calibrator, scoreColumnName);
395
=> new
PlattCalibratorTransformer
(env, calibrator, scoreColumnName);
2 references to PlattCalibratorTransformer
Microsoft.ML.Data (2)
Prediction\CalibratorCatalog.cs (2)
15
[assembly: LoadableClass(typeof(CalibratorTransformer<PlattCalibrator>), typeof(
PlattCalibratorTransformer
), null,
16
typeof(SignatureLoadModel), "",
PlattCalibratorTransformer
.LoadName)]