|
MaltParser 1.4.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.liblinear | Contains classes that interacts with the Liblinear learner. |
org.maltparser.ml.libsvm | Contains classes that interacts with the LIBSVM learner. |
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.liblinear |
---|
Classes in org.maltparser.ml.liblinear that implement LearningMethod | |
---|---|
class |
Liblinear
|
Methods in org.maltparser.ml.liblinear with parameters of type LearningMethod | |
---|---|
void |
Liblinear.moveAllInstances(LearningMethod method,
FeatureFunction 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.91 is used). |
Methods in org.maltparser.ml.libsvm with parameters of type LearningMethod | |
---|---|
void |
Libsvm.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.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |