Package cc.mallet.topics
Class TopicAssignment
- java.lang.Object
-
- cc.mallet.topics.TopicAssignment
-
- All Implemented Interfaces:
java.io.Serializable
public class TopicAssignment extends java.lang.Object implements java.io.Serializable
This class combines a sequence of observed features with a sequence of hidden "labels".- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Instance
instance
Labeling
topicDistribution
LabelSequence
topicSequence
-
Constructor Summary
Constructors Constructor Description TopicAssignment(Instance instance, LabelSequence topicSequence)
-
-
-
Field Detail
-
instance
public Instance instance
-
topicSequence
public LabelSequence topicSequence
-
topicDistribution
public Labeling topicDistribution
-
-
Constructor Detail
-
TopicAssignment
public TopicAssignment(Instance instance, LabelSequence topicSequence)
-
-