Uses of Class
cc.mallet.types.LabelSequence

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 TopicAssignment.topicSequence
           
 LabelSequence LDAHyper.Topication.topicSequence
           
 LabelSequence[] PolylingualTopicModel.TopicAssignment.topicSequences
           
 

Methods in cc.mallet.topics with parameters of type LabelSequence
 double[] ParallelTopicModel.getTopicProbabilities(LabelSequence topics)
          Get the smoothed distribution over topics for a topic sequence, which may be from the training set or from a new instance with topics assigned by an inferencer.
 

Method parameters in cc.mallet.topics with type arguments of type LabelSequence
 void LDAHyper.addInstances(InstanceList training, java.util.List<LabelSequence> topics)
          Deprecated.  
 

Constructors in cc.mallet.topics with parameters of type LabelSequence
LDAHyper.Topication(Instance instance, LDAHyper model, LabelSequence topicSequence)
           
PolylingualTopicModel.TopicAssignment(Instance[] instances, LabelSequence[] topicSequences)
           
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)