Click or drag to resize

SVMGetDefaultGrid Method

Generates a grid for SVM parameters.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static ParamGrid GetDefaultGrid(
	SVMParamTypes 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