http://www.emgu.com
Get the default parameter grid for the specific SVM type
Namespace: Emgu.CV.MLAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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