http://www.emgu.com
Get the default parameter grid for the specific SVM type
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic static MCvParamGrid GetDefaultGrid(
SVMParamType type
)
Public Shared Function GetDefaultGrid (
type As SVMParamType
) As MCvParamGrid
public:
static MCvParamGrid GetDefaultGrid(
SVMParamType type
)
static member GetDefaultGrid :
type : SVMParamType -> MCvParamGrid
Parameters
- type
- Type: Emgu.CV.MLSVMParamType
The SVM type
Return Value
Type:
MCvParamGridThe default parameter grid for the specific SVM type
See Also