2 instantiations of Arguments
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (1)
2194new FixedPlattCalibratorTrainer(host, new FixedPlattCalibratorTrainer.Arguments() { Offset = input.Offset, Slope = input.Slope }));
Prediction\CalibratorCatalog.cs (1)
384: base(env, new FixedPlattCalibratorTrainer(env, new FixedPlattCalibratorTrainer.Arguments()
3 references to Arguments
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (3)
31[assembly: LoadableClass(FixedPlattCalibratorTrainer.Summary, typeof(FixedPlattCalibratorTrainer), typeof(FixedPlattCalibratorTrainer.Arguments), typeof(SignatureCalibrator), 79[assembly: EntryPointModule(typeof(FixedPlattCalibratorTrainer.Arguments))] 1657internal FixedPlattCalibratorTrainer(IHostEnvironment env, Arguments args)