|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LabelSequence | |
---|---|
cc.mallet.extract | Unimplemented. |
cc.mallet.grmm.util | |
cc.mallet.topics | |
cc.mallet.types | Fundamental MALLET types, including FeatureVector, Instance, Label etc. |
Uses of LabelSequence in cc.mallet.extract |
---|
Methods in cc.mallet.extract that return LabelSequence | |
---|---|
LabelSequence |
DocumentExtraction.getTarget()
|
Uses of LabelSequence in cc.mallet.grmm.util |
---|
Methods in cc.mallet.grmm.util that return LabelSequence | |
---|---|
static LabelSequence |
SliceLabelsSequence.sliceLabelsSequence(LabelsSequence lbls,
int slice)
|
static LabelSequence |
SliceLabelsSequence.sliceLabelsSequence(LabelsSequence lbls,
LabelAlphabet dict,
int slice)
|
Uses of LabelSequence in cc.mallet.topics |
---|
Fields in cc.mallet.topics declared as LabelSequence | |
---|---|
LabelSequence |
LDAHyper.Topication.topicSequence
|
LabelSequence |
TopicAssignment.topicSequence
|
Method parameters in cc.mallet.topics with type arguments of type LabelSequence | |
---|---|
void |
LDAHyper.addInstances(InstanceList training,
java.util.List<LabelSequence> topics)
|
Constructors in cc.mallet.topics with parameters of type LabelSequence | |
---|---|
LDAHyper.Topication(Instance instance,
LDAHyper model,
LabelSequence topicSequence)
|
|
TopicAssignment(Instance instance,
LabelSequence topicSequence)
|
Uses of LabelSequence in cc.mallet.types |
---|
Constructors in cc.mallet.types with parameters of type LabelSequence | |
---|---|
LabelsSequence(LabelSequence seq)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |