The SVMParams type exposes the following members.

Constructors

  NameDescription
SVMParams
Initializes a new instance of the SVMParams class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current 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.)
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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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

See Also