Package | Description |
---|---|
org.dkpro.tc.ml.libsvm.core |
Modifier and Type | Method and Description |
---|---|
static SvmType |
SvmType.getByName(String name) |
static SvmType |
SvmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvmType[] |
SvmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LibsvmTrainer.train(File data,
File model,
SvmType type,
KernelType kernel,
List<String> miscParameters) |
Copyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.