Click or drag to resize

SVMSGDSetOptimalParameters Method

http://www.emgu.com
Set the optimal parameters for the given model type

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetOptimalParameters(
	SVMSGDSvmsgdType svmsgdType,
	SVMSGDMarginType marginType
)

Parameters

svmsgdType
Type: Emgu.CV.MLSVMSGDSvmsgdType
SVMSGD type
marginType
Type: Emgu.CV.MLSVMSGDMarginType
Margin type
See Also