|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleDecision | |
---|---|
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 | Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner. |
org.maltparser.parser.guide.instance | Provides classes for different instance models. |
org.maltparser.parser.history.action | Provides classes for different kinds of parser actions |
org.maltparser.parser.history.kbest | Contains classes for managing the K-best list |
Uses of SingleDecision in org.maltparser.ml |
---|
Methods in org.maltparser.ml with parameters of type SingleDecision | |
---|---|
void |
LearningMethod.addInstance(SingleDecision decision,
FeatureVector featureVector)
|
boolean |
LearningMethod.predict(FeatureVector features,
SingleDecision decision)
|
Uses of SingleDecision in org.maltparser.ml.liblinear |
---|
Methods in org.maltparser.ml.liblinear with parameters of type SingleDecision | |
---|---|
void |
Liblinear.addInstance(SingleDecision decision,
FeatureVector featureVector)
|
boolean |
Liblinear.predict(FeatureVector featureVector,
SingleDecision decision)
|
Uses of SingleDecision in org.maltparser.ml.libsvm |
---|
Methods in org.maltparser.ml.libsvm with parameters of type SingleDecision | |
---|---|
void |
Libsvm.addInstance(SingleDecision decision,
FeatureVector featureVector)
|
boolean |
Libsvm.predict(FeatureVector featureVector,
SingleDecision decision)
|
Uses of SingleDecision in org.maltparser.parser.guide |
---|
Methods in org.maltparser.parser.guide with parameters of type SingleDecision | |
---|---|
protected void |
SingleGuide.initDecisionModel(SingleDecision decision)
|
Uses of SingleDecision in org.maltparser.parser.guide.instance |
---|
Methods in org.maltparser.parser.guide.instance with parameters of type SingleDecision | |
---|---|
void |
DecisionTreeModel.addInstance(SingleDecision decision)
|
void |
AtomicModel.addInstance(SingleDecision decision)
|
void |
FeatureDivideModel.addInstance(SingleDecision decision)
|
void |
InstanceModel.addInstance(SingleDecision decision)
|
boolean |
DecisionTreeModel.predict(SingleDecision decision)
|
boolean |
AtomicModel.predict(SingleDecision decision)
|
boolean |
FeatureDivideModel.predict(SingleDecision decision)
|
boolean |
InstanceModel.predict(SingleDecision decision)
|
FeatureVector |
DecisionTreeModel.predictExtract(SingleDecision decision)
|
FeatureVector |
AtomicModel.predictExtract(SingleDecision decision)
|
FeatureVector |
FeatureDivideModel.predictExtract(SingleDecision decision)
|
FeatureVector |
InstanceModel.predictExtract(SingleDecision decision)
|
Uses of SingleDecision in org.maltparser.parser.history.action |
---|
Classes in org.maltparser.parser.history.action that implement SingleDecision | |
---|---|
class |
SimpleDecisionAction
|
Methods in org.maltparser.parser.history.action that return SingleDecision | |
---|---|
SingleDecision |
ComplexDecisionAction.getSingleDecision(int decisionIndex)
|
SingleDecision |
MultipleDecision.getSingleDecision(int decisionIndex)
|
Uses of SingleDecision in org.maltparser.parser.history.kbest |
---|
Fields in org.maltparser.parser.history.kbest declared as SingleDecision | |
---|---|
protected SingleDecision |
KBestList.decision
|
Methods in org.maltparser.parser.history.kbest that return SingleDecision | |
---|---|
SingleDecision |
KBestList.getDecision()
Returns a single decision object |
Methods in org.maltparser.parser.history.kbest with parameters of type SingleDecision | |
---|---|
protected void |
KBestList.setDecision(SingleDecision decision)
Sets a reference to the decision that owns the k-best list. |
Constructors in org.maltparser.parser.history.kbest with parameters of type SingleDecision | |
---|---|
KBestList(Integer k,
SingleDecision decision)
Creates a k-best list |
|
KBestList(SingleDecision decision)
Creates a unrestricted k-best list |
|
ScoredKBestList(Integer k,
SingleDecision action)
|
|
ScoredKBestList(SingleDecision action)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |