|
MaltParser 1.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LearningMethod | |
---|---|
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. |
Uses of LearningMethod in org.maltparser.ml |
---|
Methods in org.maltparser.ml with parameters of type LearningMethod | |
---|---|
void |
LearningMethod.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
|
Uses of LearningMethod in org.maltparser.ml.lib |
---|
Classes in org.maltparser.ml.lib that implement LearningMethod | |
---|---|
class |
Lib
|
class |
LibLinear
|
class |
LibSvm
|
Methods in org.maltparser.ml.lib with parameters of type LearningMethod | |
---|---|
void |
Lib.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
|
Uses of LearningMethod in org.maltparser.parser.guide.instance |
---|
Methods in org.maltparser.parser.guide.instance that return LearningMethod | |
---|---|
LearningMethod |
AtomicModel.getMethod()
Returns a learner object |
|
MaltParser 1.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |