Uses of Class
cc.mallet.topics.LDAHyper.Topication
-
Packages that use LDAHyper.Topication Package Description cc.mallet.topics -
-
Uses of LDAHyper.Topication in cc.mallet.topics
Fields in cc.mallet.topics with type parameters of type LDAHyper.Topication Modifier and Type Field Description protected java.util.ArrayList<LDAHyper.Topication>LDAHyper. dataDeprecated.protected java.util.ArrayList<LDAHyper.Topication>LDAStream. testMethods in cc.mallet.topics that return types with arguments of type LDAHyper.Topication Modifier and Type Method Description java.util.ArrayList<LDAHyper.Topication>LDAHyper. getData()Deprecated.java.util.ArrayList<LDAHyper.Topication>LDAStream. getTest()Method parameters in cc.mallet.topics with type arguments of type LDAHyper.Topication Modifier and Type Method Description voidLDAStream. printDocumentTopics(java.util.ArrayList<LDAHyper.Topication> dataset, java.io.File f)voidLDAStream. printDocumentTopics(java.util.ArrayList<LDAHyper.Topication> dataset, java.io.PrintWriter pw)voidLDAStream. printDocumentTopics(java.util.ArrayList<LDAHyper.Topication> dataset, java.io.PrintWriter pw, double threshold, int max)voidLDAStream. printState(java.util.ArrayList<LDAHyper.Topication> dataset, java.io.File f)voidLDAStream. printState(java.util.ArrayList<LDAHyper.Topication> dataset, java.io.PrintStream out)voidLDAStream. printTheta(java.util.ArrayList<LDAHyper.Topication> dataset, java.io.File f, double threshold, int max)
-