public static enum SemKernel.SvmType extends Enum<SemKernel.SvmType>
| Enum Constant and Description |
|---|
C_SVC |
EPSILON_SVR |
NU_SVC |
NU_SVR |
ONE_CLASS |
| Modifier and Type | Method and Description |
|---|---|
static SemKernel.SvmType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemKernel.SvmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemKernel.SvmType C_SVC
public static final SemKernel.SvmType NU_SVC
public static final SemKernel.SvmType ONE_CLASS
public static final SemKernel.SvmType EPSILON_SVR
public static final SemKernel.SvmType NU_SVR
public static SemKernel.SvmType[] values()
for (SemKernel.SvmType c : SemKernel.SvmType.values()) System.out.println(c);
public static SemKernel.SvmType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann