4 types derived from CalibratorEstimatorBase
Microsoft.ML.Data (4)
Prediction\CalibratorCatalog.cs (4)
337
public sealed class PlattCalibratorEstimator :
CalibratorEstimatorBase
<PlattCalibrator>
366
public sealed class FixedPlattCalibratorEstimator :
CalibratorEstimatorBase
<PlattCalibrator>
425
public sealed class NaiveCalibratorEstimator :
CalibratorEstimatorBase
<NaiveCalibrator>
474
public 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)"/>.