4 types derived from CalibratorEstimatorBase
Microsoft.ML.Data (4)
Prediction\CalibratorCatalog.cs (4)
337public sealed class PlattCalibratorEstimator : CalibratorEstimatorBase<PlattCalibrator> 366public sealed class FixedPlattCalibratorEstimator : CalibratorEstimatorBase<PlattCalibrator> 425public sealed class NaiveCalibratorEstimator : CalibratorEstimatorBase<NaiveCalibrator> 474public sealed class IsotonicCalibratorEstimator : CalibratorEstimatorBase<IsotonicCalibrator>
3 references to CalibratorEstimatorBase
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (2)
101/// for example, the subclasses of <see cref="CalibratorEstimatorBase{TICalibrator}"/>. However for now we retain this 122/// This is a shim interface implemented only by <see cref="CalibratorEstimatorBase{TICalibrator}"/> to enable
Prediction\CalibratorCatalog.cs (1)
158/// An instance of this class is the result of calling <see cref="CalibratorEstimatorBase{TICalibrator}.Fit(IDataView)"/>.