CvSVMParams Class OpenCvSharp Class Library
SVM training parameters
Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlusCvSVMParams

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class CvSVMParams

The CvSVMParams type exposes the following members.

Constructors

  NameDescription
Public methodCvSVMParams
Default constructor
Public methodCvSVMParams(SVMType, SVMKernelType, Double, Double, Double, Double, Double, Double, CvMat, CvTermCriteria)
Constructor
Top
Properties

  NameDescription
Public propertyC
for SVMType.CSvc, SVMType.EpsSvr and SVMType.NuSvr
Public propertyClassWeights
for SVMType.CSvc
Public propertyCoef0
for poly/sigmoid
Public propertyDegree
for poly
Public propertyGamma
for poly/rbf/sigmoid
Public propertyKernelType
The kernel type
Public propertyNu
for SVMType.NuSvc, SVMType.OneClass and SVMType.NuSvr
Public propertyP
for SVMType.EpsSvr
Public propertySVMType
Type of SVM
Public propertyTermCrit
Termination criteria
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference