|
MaltParser 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceModel | |
---|---|
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. |
org.maltparser.parser.guide.predmodel | Contains classes for implementing different kinds of instance models. |
Uses of InstanceModel in org.maltparser.ml.libsvm |
---|
Fields in org.maltparser.ml.libsvm declared as InstanceModel | |
---|---|
protected InstanceModel |
Libsvm.owner
|
Methods in org.maltparser.ml.libsvm that return InstanceModel | |
---|---|
InstanceModel |
Libsvm.getOwner()
|
Methods in org.maltparser.ml.libsvm with parameters of type InstanceModel | |
---|---|
protected void |
Libsvm.setOwner(InstanceModel owner)
|
Constructors in org.maltparser.ml.libsvm with parameters of type InstanceModel | |
---|---|
Libsvm(InstanceModel owner,
Integer learnerMode)
Constructs a LIBSVM learner. |
Uses of InstanceModel in org.maltparser.ml.libsvm.malt04 |
---|
Fields in org.maltparser.ml.libsvm.malt04 declared as InstanceModel | |
---|---|
protected InstanceModel |
LibsvmMalt04.owner
The parent instance model |
Methods in org.maltparser.ml.libsvm.malt04 that return InstanceModel | |
---|---|
InstanceModel |
LibsvmMalt04.getOwner()
Returns the parent instance model |
Methods in org.maltparser.ml.libsvm.malt04 with parameters of type InstanceModel | |
---|---|
protected void |
LibsvmMalt04.setOwner(InstanceModel owner)
Sets the parent instance model |
Constructors in org.maltparser.ml.libsvm.malt04 with parameters of type InstanceModel | |
---|---|
LibsvmMalt04(InstanceModel owner,
Integer learnerMode)
Constructs a LIBSVM learner. |
Uses of InstanceModel in org.maltparser.parser.guide.instmodel |
---|
Classes in org.maltparser.parser.guide.instmodel that implement InstanceModel | |
---|---|
class |
AtomicModel
|
class |
FeatureDivideModel
The feature divide model is used for divide the training instances into several models according to a divide feature. |
Uses of InstanceModel in org.maltparser.parser.guide.predmodel |
---|
Fields in org.maltparser.parser.guide.predmodel declared as InstanceModel | |
---|---|
protected InstanceModel |
CombinedPredictionModel.model
|
|
MaltParser 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |