|
MaltParser 1.0.1 | |||||||||
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.libsvm | Contains classes that interacts with the LIBSVM learner. |
org.maltparser.ml.libsvm.malt04 | Contains classes that interacts with the LIBSVM learner that tries to emulate the behavior of MaltParser 0.4. |
org.maltparser.parser.guide.instmodel | Provides an interface for implementing different kinds of prediction strategies. |
Uses of LearningMethod in org.maltparser.ml |
---|
Methods in org.maltparser.ml with parameters of type LearningMethod | |
---|---|
void |
LearningMethod.moveAllInstances(LearningMethod method,
Feature divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
|
Uses of LearningMethod in org.maltparser.ml.libsvm |
---|
Classes in org.maltparser.ml.libsvm that implement LearningMethod | |
---|---|
class |
Libsvm
Implements an interface to the LIBSVM learner (currently the LIBSVM 2.84 is used). |
Methods in org.maltparser.ml.libsvm with parameters of type LearningMethod | |
---|---|
void |
Libsvm.moveAllInstances(LearningMethod method,
Feature divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
|
Uses of LearningMethod in org.maltparser.ml.libsvm.malt04 |
---|
Classes in org.maltparser.ml.libsvm.malt04 that implement LearningMethod | |
---|---|
class |
LibsvmMalt04
Implements an interface to the LIBSVM learner (LIBSVM 2.80 is used). |
Methods in org.maltparser.ml.libsvm.malt04 with parameters of type LearningMethod | |
---|---|
void |
LibsvmMalt04.moveAllInstances(LearningMethod method,
Feature divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
|
Uses of LearningMethod in org.maltparser.parser.guide.instmodel |
---|
Methods in org.maltparser.parser.guide.instmodel that return LearningMethod | |
---|---|
LearningMethod |
AtomicModel.getMethod()
Returns a learner object |
|
MaltParser 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |