|
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
Syntaxpublic double Threshold { get; set; }
Public Property Threshold As Double
Get
Set
Request Example
View SourceProperty Value
Type:
Double
See Also