Uses of Class
cc.mallet.topics.LDAHyper
-
Packages that use LDAHyper Package Description cc.mallet.topics -
-
Uses of LDAHyper in cc.mallet.topics
Subclasses of LDAHyper in cc.mallet.topics Modifier and Type Class Description class
LDAStream
Fields in cc.mallet.topics declared as LDAHyper Modifier and Type Field Description LDAHyper
LDAHyper.Topication. model
Methods in cc.mallet.topics that return LDAHyper Modifier and Type Method Description static LDAHyper
LDAHyper. read(java.io.File f)
Deprecated.Constructors in cc.mallet.topics with parameters of type LDAHyper Constructor Description Topication(Instance instance, LDAHyper model, LabelSequence topicSequence)
-