Emgu CV Library Documentation
GetDefaultGrid Method (type)
NamespacesEmgu.CV.MLSVMGetDefaultGrid(SVM_PARAM_TYPE)

www.emgu.com/wiki
Get the default parameter grid for the specific SVM type
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)