cc.mallet.topics
Class TopicAssignment

java.lang.Object
  extended by 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
 Instance instance
           
 Labeling topicDistribution
           
 LabelSequence topicSequence
           
 
Constructor Summary
TopicAssignment(Instance instance, LabelSequence topicSequence)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public Instance instance

topicSequence

public LabelSequence topicSequence

topicDistribution

public Labeling topicDistribution
Constructor Detail

TopicAssignment

public TopicAssignment(Instance instance,
                       LabelSequence topicSequence)