edu.umass.cs.mallet.base.types
Class Dirichlet.MethodOfMomentsEstimator

java.lang.Object
  extended byedu.umass.cs.mallet.base.types.Dirichlet.Estimator
      extended byedu.umass.cs.mallet.base.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 edu.umass.cs.mallet.base.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