PlattCalibrator 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.
public sealed class PlattCalibrator : Microsoft.ML.Calibrators.ICalibrator, Microsoft.ML.ICanSaveModel
type PlattCalibrator = class
interface ICalibrator
interface ICanSaveModel
Public NotInheritable Class PlattCalibrator
Implements ICalibrator, ICanSaveModel
- Inheritance
-
PlattCalibrator
- Implements
Properties
Offset |
Offset value for this calibrator |
Slope |
Slope value for this calibrator. |
Methods
PredictProbability(Single) |
Given a classifier output, produce the probability. |
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) |