1 instantiation of FixedPlattCalibratorEstimator
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
370return new FixedPlattCalibratorEstimator(Owner.GetEnvironment(), slope, offset, scoreColumnName);
6 references to FixedPlattCalibratorEstimator
Microsoft.ML.Data (3)
Prediction\CalibratorCatalog.cs (2)
369/// Initializes a new instance of <see cref="FixedPlattCalibratorEstimator"/>. 399/// The <see cref="ITransformer"/> implementation obtained by training a <see cref="FixedPlattCalibratorEstimator"/> or a <see cref="PlattCalibratorEstimator"/>.
TrainCatalog.cs (1)
365public FixedPlattCalibratorEstimator Platt(
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\Calibrators\FixedPlatt.cs (1)
53var calibratorEstimator = mlContext.BinaryClassification.Calibrators
Microsoft.ML.Tests (2)
TrainerEstimators\CalibratorEstimators.cs (2)
45var fixedPlattCalibratorEstimator = new FixedPlattCalibratorEstimator(Env); 187var calibratorFixedPlattEstimator = new FixedPlattCalibratorEstimator(Env,