cc.mallet.types
Class Dirichlet.MethodOfMomentsEstimator

java.lang.Object
  extended by cc.mallet.types.Dirichlet.Estimator
      extended by cc.mallet.types.Dirichlet.MethodOfMomentsEstimator
Enclosing class:
Dirichlet

public static class Dirichlet.MethodOfMomentsEstimator
extends Dirichlet.Estimator


Constructor Summary
Dirichlet.MethodOfMomentsEstimator()
           
 
Method Summary
 Dirichlet estimate()
           
 
Methods inherited from class cc.mallet.types.Dirichlet.Estimator
addMultinomial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dirichlet.MethodOfMomentsEstimator

public Dirichlet.MethodOfMomentsEstimator()
Method Detail

estimate

public Dirichlet estimate()
Specified by:
estimate in class Dirichlet.Estimator