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.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static MCvParamGrid GetDefaultGrid(
	SVM_PARAM_TYPE type
)
Public Shared Function GetDefaultGrid ( _
	type As SVM_PARAM_TYPE _
) As MCvParamGrid
public:
static MCvParamGrid GetDefaultGrid(
	SVM_PARAM_TYPE type
)

Parameters

type
SVM_PARAM_TYPE
The SVM type

Return Value

The default parameter grid for the specific SVM type

See Also