Table of Contents

Method GetDefaultGrid

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

GetDefaultGrid(ParamTypes)

Generates a grid for SVM parameters.

public static ParamGrid GetDefaultGrid(SVM.ParamTypes paramId)

Parameters

paramId SVM.ParamTypes

SVM parameters IDs that must be one of the SVM::ParamTypes. The grid is generated for the parameter with this ID.

Returns

ParamGrid