Click or drag to resize
Accord.NET (logo)

ProbabilisticOutputCalibrationBaseTModel, TKernel, TInputStepSize Property

Gets or sets the minimum step size used during line search. Default is 1e-10.

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

Property Value

Type: Double
See Also