Uses of Class
org.knowceans.dirichlet.lda.ExtLdaConfiguration

Packages that use ExtLdaConfiguration
org.knowceans.dirichlet.atm   
org.knowceans.dirichlet.lda   
org.knowceans.dirichlet.sandbox   
 

Uses of ExtLdaConfiguration in org.knowceans.dirichlet.atm
 

Fields in org.knowceans.dirichlet.atm declared as ExtLdaConfiguration
private  ExtLdaConfiguration AtmQueryClient.ldac
           
 

Methods in org.knowceans.dirichlet.atm with parameters of type ExtLdaConfiguration
 void AtmGibbsSampler.gibbsAtmHeap(AtmMarkovState s, ExtLdaConfiguration c)
          Native gibbs sampling on the jvm heap
 

Constructors in org.knowceans.dirichlet.atm with parameters of type ExtLdaConfiguration
AtmGibbsQuerySampler(AtmMarkovState state, ExtLdaConfiguration conf, java.util.Random rand, boolean restorable)
          Initialise the gibbs sampler with a known markov state (for querying).
AtmGibbsSampler(AmqCorpus corpus, AtmMarkovState state, ExtLdaConfiguration conf, java.util.Random rand)
          Initialise the sampler with an existing state.
AtmGibbsSampler(AmqCorpus corpus, ExtLdaConfiguration conf)
          Initialise the corpus with
AtmGibbsSampler(AmqCorpus corpus, ExtLdaConfiguration conf, java.util.Random rand)
          Initialise the corpus with
AtmGibbsSampler(AtmMarkovState state, ExtLdaConfiguration conf, java.util.Random rand)
          Initialise the sampler with an existing state.
 

Uses of ExtLdaConfiguration in org.knowceans.dirichlet.lda
 

Fields in org.knowceans.dirichlet.lda declared as ExtLdaConfiguration
protected  ExtLdaConfiguration LdaGibbsSampler.conf
          Configuration object with the current parameters.
private  ExtLdaConfiguration LdaQueryClient.ldac
           
 

Methods in org.knowceans.dirichlet.lda that return ExtLdaConfiguration
 ExtLdaConfiguration ExtLdaConfiguration.setForQuery(boolean forQuery)
          Reread the configuration for querying a given model and return this, so this setting can be appended to a constructor call.
 

Methods in org.knowceans.dirichlet.lda with parameters of type ExtLdaConfiguration
 void LdaGibbsSampler.gibbsHeap(LdaMarkovState s, ExtLdaConfiguration c)
          Native gibbs sampling on the jvm heap
 

Constructors in org.knowceans.dirichlet.lda with parameters of type ExtLdaConfiguration
LdaGibbsQuerySampler(LdaMarkovState state, ExtLdaConfiguration conf, boolean restorable)
          Initialise the gibbs sampler with a known markov state (for querying).
LdaGibbsQuerySampler(LdaMarkovState state, ExtLdaConfiguration conf, java.util.Random rand, boolean restorable)
          Initialise the gibbs sampler with a known markov state (for querying).
LdaGibbsSampler(int[][] documents, int V, ExtLdaConfiguration conf)
          Initialise the sampler with the documents and the configuration.
LdaGibbsSampler(int[][] documents, int V, ExtLdaConfiguration conf, java.util.Random rand)
          Initialise the sampler with the documents and the configuration.
LdaGibbsSampler(ITermCorpus corpus, ExtLdaConfiguration conf)
          Initialise the corpus with
LdaGibbsSampler(ITermCorpus corpus, ExtLdaConfiguration conf, java.util.Random rand)
          Initialise the corpus with
LdaGibbsSampler(ITermCorpus corpus, LdaMarkovState state, ExtLdaConfiguration conf, java.util.Random rand)
          Initialise the sampler with an existing state.
LdaGibbsSampler(LdaMarkovState state, ExtLdaConfiguration conf, java.util.Random rand)
          Initialise the sampler with an existing state.
 

Uses of ExtLdaConfiguration in org.knowceans.dirichlet.sandbox
 

Constructors in org.knowceans.dirichlet.sandbox with parameters of type ExtLdaConfiguration
LdaGibbsSamplerHyper(ITermCorpus corpus, ExtLdaConfiguration conf, java.util.Random rand)
           
LdaGibbsSamplerHyper(LdaMarkovStateHyper state, ExtLdaConfiguration conf, java.util.Random rand)