Click or drag to resize

SvmType Fields

http://www.emgu.com

The SVMSvmType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCSvc
n-class classification (n>=2), allows imperfect separation of classes with penalty multiplier C for outliers
Public fieldStatic memberEpsSvr
Regression. The distance between feature vectors from the training set and the fitting hyper-plane must be less than p. For outliers the penalty multiplier C is used
Public fieldStatic memberNuSvc
n-class classification with possible imperfect separation. Parameter nu (in the range 0..1, the larger the value, the smoother the decision boundary) is used instead of C
Public fieldStatic memberNuSvr
Regression; nu is used instead of p.
Public fieldStatic memberOneClass
one-class SVM. All the training data are from the same class, SVM builds a boundary that separates the class from the rest of the feature space
Public fieldvalue__
Top
See Also