|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.topics.TopicAssignment
public class TopicAssignment
This class combines a sequence of observed features with a sequence of hidden "labels".
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 |
---|
public Instance instance
public LabelSequence topicSequence
public Labeling topicDistribution
Constructor Detail |
---|
public TopicAssignment(Instance instance, LabelSequence topicSequence)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |