| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.classify |
| Modifier and Type | Method and Description |
|---|---|
MaxEntTrainer |
MaxEntTrainer.setGaussianPriorVariance(double gaussianPriorVariance)
Sets a parameter to prevent overtraining.
|
MaxEntTrainer |
MaxEntTrainer.setHyperbolicPriorSharpness(double hyperbolicPriorSharpness) |
MaxEntTrainer |
MaxEntTrainer.setHyperbolicPriorSlope(double hyperbolicPriorSlope) |
MaxEntTrainer |
MaxEntTrainer.setNumIterations(int i)
Specifies the maximum number of iterations to run during a single call
to
train or trainWithFeatureInduction. |
MaxEntTrainer |
MaxEntTrainer.setUseHyperbolicPrior(boolean useHyperbolicPrior) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.