|
AdaBoostTModelThreshold Property
|
Gets or sets the error limit before learning stops. Default is 0.5.
Namespace:
Accord.MachineLearning.Boosting
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