Uses of Class
jml.options.LDAOptions

Packages that use LDAOptions
jml.topics   
 

Uses of LDAOptions in jml.topics
 

Fields in jml.topics declared as LDAOptions
(package private)  LDAOptions LdaGibbsSampler.LDAOptions
           
 

Methods in jml.topics with parameters of type LDAOptions
 void LdaGibbsSampler.configure(LDAOptions LDAOptions)
           
static void LdaGibbsSampler.run(Corpus corpus, LDAOptions LDAOptions)
           
 void LdaGibbsSampler.run(LDAOptions LDAOptions)
           
 

Constructors in jml.topics with parameters of type LDAOptions
LDA(LDAOptions LDAOptions)
           
LdaGibbsSampler(LDAOptions LDAOptions)