Uses of Class
cc.mallet.classify.MaxEntTrainer
-
Packages that use MaxEntTrainer Package Description cc.mallet.classify Classes for training and classifying instances. -
-
Uses of MaxEntTrainer in cc.mallet.classify
Subclasses of MaxEntTrainer in cc.mallet.classify Modifier and Type Class Description class
MaxEntL1Trainer
class
RankMaxEntTrainer
The trainer for aRankMaxEnt
classifier.Methods in cc.mallet.classify that return MaxEntTrainer Modifier and Type Method Description MaxEntTrainer
MaxEntTrainer. setGaussianPriorVariance(double gaussianPriorVariance)
Sets a parameter to prevent overtraining.MaxEntTrainer
MaxEntTrainer. setL1Weight(double l1Weight)
Use an L1 prior.MaxEntTrainer
MaxEntTrainer. setNumIterations(int i)
Specifies the maximum number of iterations to run during a single call totrain
ortrainWithFeatureInduction
.
-