cc.mallet.topics
Class LDAHyper.Topication

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

public class LDAHyper.Topication
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 Instance instance
           
 LDAHyper model
           
 Labeling topicDistribution
           
 LabelSequence topicSequence
           
 
Constructor Summary
LDAHyper.Topication(Instance instance, LDAHyper model, 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

model

public LDAHyper model

topicSequence

public LabelSequence topicSequence

topicDistribution

public Labeling topicDistribution
Constructor Detail

LDAHyper.Topication

public LDAHyper.Topication(Instance instance,
                           LDAHyper model,
                           LabelSequence topicSequence)