cv.SVM/Type - MATLAB File Help |
Type of a SVM formulation.
Default value is C_SVC
. Possible values:
n>=2
), allows imperfect separation of classes with penalty
multiplier C
for outliers.Nu
(in the range 0..1, the larger the value, the smoother the
decision boundary) is used instead of C
.P
. For outliers the penalty multiplier C
is
used.Nu
is used instead of
P
. See [LibSVM] for details.Constant | false |
Dependent | true |
Sealed | false |
Transient | false |
GetAccess | public |
SetAccess | public |
GetObservable | false |
SetObservable | false |