SvmType {Microsoft.VisualBasic.MachineLearning.SVM} | .NET clr documentation |
Contains all of the types of SVM this library can model.
# namespace Microsoft.VisualBasic.MachineLearning.SVM
export class SvmType extends Enum {
# C-SVC.
C_SVC: SvmType = 0;
# nu-SVC.
NU_SVC: SvmType = 1;
# one-class SVM
ONE_CLASS: SvmType = 2;
# epsilon-SVR
EPSILON_SVR: SvmType = 3;
# nu-SVR
NU_SVR: SvmType = 4;
}
C_SVC
: SvmTypeNU_SVC
: SvmTypeONE_CLASS
: SvmTypeEPSILON_SVR
: SvmTypeNU_SVR
: SvmType