http://www.emgu.com
Margin type
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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