|
MaltParser 1.7.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceModel | |
---|---|
org.maltparser.ml.lib | |
org.maltparser.parser.guide.instance | Provides classes for different instance models. |
Uses of InstanceModel in org.maltparser.ml.lib |
---|
Fields in org.maltparser.ml.lib declared as InstanceModel | |
---|---|
protected InstanceModel |
Lib.owner
|
Methods in org.maltparser.ml.lib that return InstanceModel | |
---|---|
InstanceModel |
Lib.getOwner()
|
Methods in org.maltparser.ml.lib with parameters of type InstanceModel | |
---|---|
protected void |
Lib.setOwner(InstanceModel owner)
|
Constructors in org.maltparser.ml.lib with parameters of type InstanceModel | |
---|---|
Lib(InstanceModel owner,
Integer learnerMode,
String learningMethodName)
Constructs a Lib learner. |
|
LibLinear(InstanceModel owner,
Integer learnerMode)
|
|
LibSvm(InstanceModel owner,
Integer learnerMode)
|
Uses of InstanceModel in org.maltparser.parser.guide.instance |
---|
Classes in org.maltparser.parser.guide.instance 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. |
|
MaltParser 1.7.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |