The SVMParams type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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
|
![]() | Gamma |
For poly/rbf/sigmoid
|
![]() | KernelType |
The type of SVM kernel
|
![]() | MCvSVMParams |
Get the equivalent representation of MCvSVMParams
|
![]() | 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
|