http://www.emgu.com
Margin type
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic SVMSGDMarginType Margin { get; set; }
Public Property Margin As SVMSGDMarginType
Get
Set
public:
property SVMSGDMarginType Margin {
SVMSGDMarginType get ();
void set (SVMSGDMarginType value);
}
member Margin : SVMSGDMarginType with get, set
Property Value
Type:
SVMSGDMarginType
See Also