The parameters for the SVM model
| C# | Visual Basic | Visual C++ |
public class SVMParams
Public Class SVMParams
public ref class SVMParams
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SVMParams()()() | Initializes a new instance of the SVMParams class | |
| C |
For CV_SVM_C_SVC, CV_SVM_EPS_SVR and CV_SVM_NU_SVR
| |
| ClassWeights |
For CV_SVM_C_SVC
| |
| Coef0 |
For poly/sigmoid
| |
| Degree |
For poly
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Gamma |
For poly/rbf/sigmoid
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| KernelType |
The type of SVM kernel
| |
| MCvSVMParams |
Get the equivalent representation of MCvSVMParams
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Nu |
For CV_SVM_NU_SVC, CV_SVM_ONE_CLASS, and CV_SVM_NU_SVR
| |
| P |
For CV_SVM_EPS_SVR
| |
| SVMType |
The type of SVM
| |
| TermCrit |
Get or Set the termination criteria
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| SVMParams | |