NaiveCalibrator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |