Uses of Class
org.knowceans.lda.Document

Packages that use Document
org.knowceans.lda   
 

Uses of Document in org.knowceans.lda
 

Methods in org.knowceans.lda that return Document
 Document Corpus.getDoc(int index)
           
 Document[] Corpus.getDocs()
           
 

Methods in org.knowceans.lda with parameters of type Document
static double LdaInference.computeLikelihood(Document doc, LdaModel model, double[][] phi, double[] varGamma)
           
static double LdaEstimate.docEm(Document doc, double[] gamma, LdaModel model, LdaModel nextModel)
          iterate_document
 double SearchEnglet.infer(Document doc, double[] varGamma)
          inference only
static double LdaInference.ldaInference(Document doc, LdaModel model, double[] varGamma, double[][] phi)
           
 void Corpus.setDoc(int index, Document doc)
           
 void Corpus.setDocs(Document[] documents)