|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.mallet.base.types.Multinomial.Estimator
edu.umass.cs.mallet.base.types.Multinomial.MEstimator
edu.umass.cs.mallet.base.types.Multinomial.MLEstimator
An MEstimator with m set to 0. The probability estimates in the Multinomial are generated by dividing each count by the sum of all counts.
Constructor Summary | |
Multinomial.MLEstimator()
|
|
Multinomial.MLEstimator(Alphabet dictionary)
|
|
Multinomial.MLEstimator(int size)
|
Methods inherited from class edu.umass.cs.mallet.base.types.Multinomial.MEstimator |
estimate |
Methods inherited from class edu.umass.cs.mallet.base.types.Multinomial.Estimator |
clone, ensureCapacity, getCount, increment, increment, increment, increment, increment, increment, print, reset, setAlphabet, size |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Multinomial.MLEstimator()
public Multinomial.MLEstimator(int size)
public Multinomial.MLEstimator(Alphabet dictionary)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |