The parameters for the SVM model

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SVMParams
Public Class SVMParams
public ref class SVMParams

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
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.)
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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Emgu.CV.ML..::..SVMParams

See Also