Click or drag to resize

SVMGetDefaultGrid Method

http://www.emgu.com
Get the default parameter grid for the specific SVM type

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static MCvParamGrid GetDefaultGrid(
	SVMParamType type
)

Parameters

type
Type: Emgu.CV.MLSVMParamType
The SVM type

Return Value

Type: MCvParamGrid
The default parameter grid for the specific SVM type
See Also