Package | Description |
---|---|
org.maltparser.ml |
Contains an interface and classes for creating an interface to an machine learning method.
|
org.maltparser.ml.lib | |
org.maltparser.parser.guide.instance |
Provides classes for different instance models.
|
Modifier and Type | Method and Description |
---|---|
void |
LearningMethod.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
java.util.ArrayList<java.lang.Integer> divideFeatureIndexVector) |
Modifier and Type | Class and Description |
---|---|
class |
Lib |
class |
LibLinear |
class |
LibSvm |
Modifier and Type | Method and Description |
---|---|
void |
Lib.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
java.util.ArrayList<java.lang.Integer> divideFeatureIndexVector) |
Modifier and Type | Method and Description |
---|---|
LearningMethod |
AtomicModel.getMethod()
Returns a learner object
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.