4 overrides of Create
Microsoft.ML.Data (4)
Prediction\CalibratorCatalog.cs (4)
357private protected override CalibratorTransformer<PlattCalibrator> Create(IHostEnvironment env, PlattCalibrator calibrator, string scoreColumnName) 394private protected override CalibratorTransformer<PlattCalibrator> Create(IHostEnvironment env, PlattCalibrator calibrator, string scoreColumnName) 445private protected override CalibratorTransformer<NaiveCalibrator> Create(IHostEnvironment env, NaiveCalibrator calibrator, string scoreColumnName) 494private protected override CalibratorTransformer<IsotonicCalibrator> Create(IHostEnvironment env, IsotonicCalibrator calibrator, string scoreColumnName)
1 reference to Create
Microsoft.ML.Data (1)
Prediction\CalibratorCatalog.cs (1)
146return Create(Host, calibrator, ScoreColumn.Name);