3 references to FixedPlattCalibratorEstimator
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
370return new FixedPlattCalibratorEstimator(Owner.GetEnvironment(), slope, offset, scoreColumnName);
Microsoft.ML.Tests (2)
TrainerEstimators\CalibratorEstimators.cs (2)
45var fixedPlattCalibratorEstimator = new FixedPlattCalibratorEstimator(Env); 187var calibratorFixedPlattEstimator = new FixedPlattCalibratorEstimator(Env,