2 references to GetCalibratorTrainerOrThrow
Microsoft.ML.StandardTrainers (2)
StandardTrainersCatalog.cs (2)
765
return new OneVersusAllTrainer(env, est, labelColumnName, imputeMissingLabelsAsNegative,
GetCalibratorTrainerOrThrow
(env, calibrator), maximumCalibrationExampleCount, useProbabilities);
805
GetCalibratorTrainerOrThrow
(env, calibrator), maximumCalibrationExampleCount);