Contains all of the types of SVM this library can model.
SvmType
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.SvmType
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| C_SVC | 2 | C-SVC. |
| NU_SVC | 2 | nu-SVC. |
| ONE_CLASS | 2 | one-class SVM |
| EPSILON_SVR | 2 | epsilon-SVR |
| NU_SVR | 2 | nu-SVR |
03 Members
C_SVC
C-SVC.
NU_SVC
nu-SVC.
ONE_CLASS
one-class SVM
EPSILON_SVR
epsilon-SVR
NU_SVR
nu-SVR
C_SVC
NU_SVC
ONE_CLASS
EPSILON_SVR
NU_SVR