Click or drag to resize

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
)

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