Uses of Class
cc.mallet.types.LabelSequence
-
Packages that use LabelSequence Package Description cc.mallet.extract Unimplemented.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 Modifier and Type Method Description LabelSequence
DocumentExtraction. getTarget()
-
Uses of LabelSequence in cc.mallet.topics
Fields in cc.mallet.topics declared as LabelSequence Modifier and Type Field Description LabelSequence
LDAHyper.Topication. topicSequence
LabelSequence
TopicAssignment. topicSequence
LabelSequence[]
PolylingualTopicModel.TopicAssignment. topicSequences
Methods in cc.mallet.topics with parameters of type LabelSequence Modifier and Type Method Description 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 Modifier and Type Method Description void
LDAHyper. addInstances(InstanceList training, java.util.List<LabelSequence> topics)
Deprecated.Constructors in cc.mallet.topics with parameters of type LabelSequence Constructor Description TopicAssignment(Instance[] instances, LabelSequence[] topicSequences)
TopicAssignment(Instance instance, LabelSequence topicSequence)
Topication(Instance instance, LDAHyper model, LabelSequence topicSequence)
-
Uses of LabelSequence in cc.mallet.types
Constructors in cc.mallet.types with parameters of type LabelSequence Constructor Description LabelsSequence(LabelSequence seq)
-