A probability distribution over a set of features represented as a {@link cc.mallet.types.FeatureVector}. The values associated with each element in the Multinomial/FeaturVector are probabilities and should sum to 1. Features are indexed using feature indices - the index into the underlying Alphabet - rather than using locations the way FeatureVectors do.
{@link cc.mallet.types.Multinomial.Estimator} provides a subhierachyof ways to generate an estimate of the probability distribution from counts associated with the features.
@author Andrew McCallum mccallum@cs.umass.edu
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.