| SVMGetDefaultGrid Method |
Generates a grid for SVM parameters.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
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[Missing <returns> documentation for "M:OpenCvSharp.ML.SVM.GetDefaultGrid(OpenCvSharp.ML.SVM.ParamTypes)"]
See Also