Get the default parameter grid for the specific SVM type

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static void CvSVMGetDefaultGrid(
	SVM_PARAM_TYPE type,
	ref MCvParamGrid grid
)
Visual Basic (Declaration)
Public Shared Sub CvSVMGetDefaultGrid ( _
	type As SVM_PARAM_TYPE, _
	ByRef grid As MCvParamGrid _
)
Visual C++
public:
static void CvSVMGetDefaultGrid(
	SVM_PARAM_TYPE type, 
	MCvParamGrid% grid
)

Parameters

type
Type: Emgu.CV.ML.MlEnum..::.SVM_PARAM_TYPE
The SVM type
grid
Type: Emgu.CV.ML.Structure..::.MCvParamGrid %
The parameter grid reference, values will be filled in by the funtion call

See Also