Click or drag to resize
Accord.NET (logo)

SupportVectorReductionBaseTModel, TKernel, TInputThreshold Property

Gets or sets the minimum threshold that is used to determine whether a weight will be kept in the machine or not. Default is 1e-12.

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

Property Value

Type: Double
See Also