Generates a grid for SVM parameters.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static ParamGrid GetDefaultGrid(
SVMParamTypes paramId
)
Public Shared Function GetDefaultGrid (
paramId As SVMParamTypes
) As ParamGrid
public:
static ParamGrid GetDefaultGrid(
SVMParamTypes paramId
)
static member GetDefaultGrid :
paramId : SVMParamTypes -> ParamGrid
OpenCvSharp.ML.SVM.GetDefaultGrid = function(paramId);
Parameters
- paramId
- Type: OpenCvSharp.MLSVMParamTypes
SVM parameters IDs that must be one of the SVM::ParamTypes.
The grid is generated for the parameter with this ID.
Return Value
Type:
ParamGrid
See Also