SVMSGDSetOptimalParameters Method |
http://www.emgu.com
Set the optimal parameters for the given model type
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void SetOptimalParameters(
SVMSGDSvmsgdType svmsgdType,
SVMSGDMarginType marginType
)
Public Sub SetOptimalParameters (
svmsgdType As SVMSGDSvmsgdType,
marginType As SVMSGDMarginType
)
public:
void SetOptimalParameters(
SVMSGDSvmsgdType svmsgdType,
SVMSGDMarginType marginType
)
member SetOptimalParameters :
svmsgdType : SVMSGDSvmsgdType *
marginType : SVMSGDMarginType -> unit
Parameters
- svmsgdType
- Type: Emgu.CV.MLSVMSGDSvmsgdType
SVMSGD type - marginType
- Type: Emgu.CV.MLSVMSGDMarginType
Margin type
See Also