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