NaiveCalibrator Class

Definition

The naive binning-based calibrator.

public sealed class NaiveCalibrator : Microsoft.ML.Calibrators.ICalibrator
type NaiveCalibrator = class
    interface ICalibrator
Public NotInheritable Class NaiveCalibrator
Implements ICalibrator
Inheritance
NaiveCalibrator
Implements

Fields

BinSize

The bin size.

Min

The minimum value in the first bin.

Properties

BinProbs

The value of probability in each bin.

Methods

PredictProbability(Single)

Given a classifier output, produce the probability

Applies to