| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.classify | |
| edu.umass.cs.mallet.base.fst | |
| edu.umass.cs.mallet.base.types |
| Modifier and Type | Method and Description |
|---|---|
Multinomial.Estimator |
NaiveBayesTrainer.getFeatureMultinomialEstimator()
Get the MultinomialEstimator instance used to specify the type of estimator
for features.
|
Multinomial.Estimator |
NaiveBayesTrainer.getPriorMultinomialEstimator()
Get the MultinomialEstimator instance used to specify the type of estimator
for priors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NaiveBayesTrainer.setFeatureMultinomialEstimator(Multinomial.Estimator me)
Set the Multinomial Estimator used for features.
|
void |
NaiveBayesTrainer.setPriorMultinomialEstimator(Multinomial.Estimator me)
Set the Multinomial Estimator used for priors.
|
| Modifier and Type | Method and Description |
|---|---|
Multinomial.Estimator |
FeatureTransducer.State.getTransitionEstimator() |
| Modifier and Type | Class and Description |
|---|---|
static class |
Multinomial.LaplaceEstimator
An MEstimator with m set to 1.
|
static class |
Multinomial.MAPEstimator
Unimplemented, but the MEstimators are.
|
static class |
Multinomial.MEstimator
An Estimator in which probability estimates in a Multinomial
are generated by adding a constant m (specified at construction time)
to each count before dividing by the total of the m-biased counts.
|
static class |
Multinomial.MLEstimator
An MEstimator with m set to 0.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.