Get the default parameter grid for the specific SVM type
| C# | Visual Basic | Visual C++ |
public static void CvSVMGetDefaultGrid( SVM_PARAM_TYPE type, ref MCvParamGrid grid )
Public Shared Sub CvSVMGetDefaultGrid ( _ type As SVM_PARAM_TYPE, _ ByRef grid As MCvParamGrid _ )
public: static void CvSVMGetDefaultGrid( SVM_PARAM_TYPE type, MCvParamGrid% grid )
- type (SVM_PARAM_TYPE)
- The SVM type
- grid ( MCvParamGrid %)
- The parameter grid reference, values will be filled in by the funtion call