cc.mallet.topics
Class PolylingualTopicModel.TopicAssignment

java.lang.Object
  extended by cc.mallet.topics.PolylingualTopicModel.TopicAssignment
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PolylingualTopicModel

public class PolylingualTopicModel.TopicAssignment
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 Instance[] instances
           
 Labeling topicDistribution
           
 LabelSequence[] topicSequences
           
 
Constructor Summary
PolylingualTopicModel.TopicAssignment(Instance[] instances, LabelSequence[] topicSequences)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instances

public Instance[] instances

topicSequences

public LabelSequence[] topicSequences

topicDistribution

public Labeling topicDistribution
Constructor Detail

PolylingualTopicModel.TopicAssignment

public PolylingualTopicModel.TopicAssignment(Instance[] instances,
                                             LabelSequence[] topicSequences)