|
MaltParser 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KBestList | |
---|---|
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.classtable | A class table converts a parser action into one or many classes that the learner can use. |
Uses of KBestList in org.maltparser.ml |
---|
Methods in org.maltparser.ml with parameters of type KBestList | |
---|---|
boolean |
LearningMethod.predict(FeatureVector features,
KBestList kBestList)
|
Uses of KBestList in org.maltparser.ml.libsvm |
---|
Methods in org.maltparser.ml.libsvm with parameters of type KBestList | |
---|---|
boolean |
Libsvm.predict(FeatureVector features,
KBestList kBestList)
|
void |
Libsvm.svm_predict_with_kbestlist(libsvm.svm_model model,
libsvm.svm_node[] x,
KBestList kBestList)
|
Uses of KBestList in org.maltparser.ml.libsvm.malt04 |
---|
Methods in org.maltparser.ml.libsvm.malt04 with parameters of type KBestList | |
---|---|
boolean |
LibsvmMalt04.predict(FeatureVector features,
KBestList kBestList)
|
Uses of KBestList in org.maltparser.parser.guide.classtable |
---|
Fields in org.maltparser.parser.guide.classtable declared as KBestList | |
---|---|
protected KBestList |
ClassTable.kBestList
|
Methods in org.maltparser.parser.guide.classtable that return KBestList | |
---|---|
KBestList |
ClassTable.getEmptyKBestList()
|
|
MaltParser 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |