SVMSGDMarginRegularization Property |
http://www.emgu.com
marginRegularization of a SVMSGD optimization problem
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic float MarginRegularization { get; set; }
Public Property MarginRegularization As Single
Get
Set
public:
property float MarginRegularization {
float get ();
void set (float value);
}
member MarginRegularization : float32 with get, set
Property Value
Type:
Single
See Also