Click or drag to resize
Accord.NET (logo)

ProbabilisticOutputCalibrationBaseTModel, TKernel, TInputTolerance Property

Gets or sets the tolerance under which the answer must be found. Default is 1-e5.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Tolerance { get; set; }
Request Example View Source

Property Value

Type: Double
See Also