SVMTypes
Objective-C
NS_ENUM(int, SVMTypes) {
C_SVC = 100,
NU_SVC = 101,
ONE_CLASS = 102,
EPS_SVR = 103,
NU_SVR = 104
}
Swift
enum SVMTypes : Int32
-
Declaration
Objective-C
C_SVC = 100
Swift
case C_SVC = 100
-
Declaration
Objective-C
NU_SVC = 101
Swift
case NU_SVC = 101
-
Declaration
Objective-C
ONE_CLASS = 102
Swift
case ONE_CLASS = 102
-
Declaration
Objective-C
EPS_SVR = 103
Swift
case EPS_SVR = 103
-
Declaration
Objective-C
NU_SVR = 104
Swift
case NU_SVR = 104