Uses of Class
org.knowceans.dirichlet.sandbox.LdaMarkovStateHyper

Packages that use LdaMarkovStateHyper
org.knowceans.dirichlet.sandbox   
 

Uses of LdaMarkovStateHyper in org.knowceans.dirichlet.sandbox
 

Fields in org.knowceans.dirichlet.sandbox declared as LdaMarkovStateHyper
(package private)  LdaMarkovStateHyper LdaGibbsSamplerHyper.state
           
 

Methods in org.knowceans.dirichlet.sandbox with parameters of type LdaMarkovStateHyper
private  void LdaGibbsSamplerHyper.estimateHyperParameters(LdaMarkovStateHyper hyper)
          Estimate the hyperparameters from the observations (uses vectorial values)
private  void LdaGibbsSamplerHyper.leaveOneOutAlpha(LdaMarkovStateHyper s)
          Estimate the parameters alpha based on Minka's leave-one-out likeliho
private  void LdaGibbsSamplerHyper.leaveOneOutBeta(LdaMarkovStateHyper s)
          Estimate the parameters beta based on Minka's leave-one-out likelihood.
 

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