Package cc.mallet.topics
Class LDAHyper.Topication
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description Instance
instance
LDAHyper
model
Labeling
topicDistribution
LabelSequence
topicSequence
-
Constructor Summary
Constructors Constructor Description Topication(Instance instance, LDAHyper model, LabelSequence topicSequence)
-
-
-
Field Detail
-
instance
public Instance instance
-
model
public LDAHyper model
-
topicSequence
public LabelSequence topicSequence
-
topicDistribution
public Labeling topicDistribution
-
-
Constructor Detail
-
Topication
public Topication(Instance instance, LDAHyper model, LabelSequence topicSequence)
-
-