|
MaltParser 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureVector | |
---|---|
org.maltparser.core.feature | Provides classes for handling feature models. |
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.instance | Provides classes for different instance models. |
Uses of FeatureVector in org.maltparser.core.feature |
---|
Fields in org.maltparser.core.feature declared as FeatureVector | |
---|---|
protected FeatureVector |
FeatureModel.mainFeatureVector
|
Methods in org.maltparser.core.feature that return FeatureVector | |
---|---|
FeatureVector |
FeatureModel.getFeatureVector(String subModelName)
|
FeatureVector |
FeatureModel.getMainFeatureVector()
|
Uses of FeatureVector in org.maltparser.ml |
---|
Methods in org.maltparser.ml with parameters of type FeatureVector | |
---|---|
void |
LearningMethod.addInstance(SingleDecision decision,
FeatureVector featureVector)
|
boolean |
LearningMethod.predict(FeatureVector features,
SingleDecision decision)
|
void |
LearningMethod.train(FeatureVector featureVector)
|
Uses of FeatureVector in org.maltparser.ml.libsvm |
---|
Methods in org.maltparser.ml.libsvm with parameters of type FeatureVector | |
---|---|
void |
Libsvm.addInstance(SingleDecision decision,
FeatureVector featureVector)
|
boolean |
Libsvm.predict(FeatureVector featureVector,
SingleDecision decision)
|
void |
Libsvm.train(FeatureVector featureVector)
|
Uses of FeatureVector in org.maltparser.ml.libsvm.malt04 |
---|
Methods in org.maltparser.ml.libsvm.malt04 with parameters of type FeatureVector | |
---|---|
void |
LibsvmMalt04.addInstance(SingleDecision decision,
FeatureVector featureVector)
|
boolean |
LibsvmMalt04.predict(FeatureVector featureVector,
SingleDecision decision)
|
void |
LibsvmMalt04.train(FeatureVector featureVector)
|
Uses of FeatureVector in org.maltparser.parser.guide.instance |
---|
Methods in org.maltparser.parser.guide.instance that return FeatureVector | |
---|---|
FeatureVector |
FeatureDivideModel.getDivideFeatureVector()
Returns the divide feature vector |
FeatureVector |
AtomicModel.getFeatures()
Returns the feature vector used by this atomic model |
FeatureVector |
FeatureDivideModel.getMasterFeatureVector()
Returns the "sum-up" or master feature vector |
Methods in org.maltparser.parser.guide.instance with parameters of type FeatureVector | |
---|---|
protected void |
FeatureDivideModel.initSplitParam(FeatureVector featureVector)
Initialize the feature split parameters and the split feature vector and master feature vector according to the behavior strategy. |
protected void |
AtomicModel.setFeatures(FeatureVector features)
Sets the feature vector used by the atomic model. |
Constructors in org.maltparser.parser.guide.instance with parameters of type FeatureVector | |
---|---|
AtomicModel(int index,
FeatureVector features,
Model parent)
Constructs an atomic model. |
|
FeatureDivideModel(FeatureVector features,
Model parent)
Constructs a feature divide model. |
|
MaltParser 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |