Uses of Class
cc.mallet.classify.AdaBoost
-
Packages that use AdaBoost Package Description cc.mallet.classify Classes for training and classifying instances. -
-
Uses of AdaBoost in cc.mallet.classify
Methods in cc.mallet.classify that return AdaBoost Modifier and Type Method Description AdaBoost
AdaBoostTrainer. getClassifier()
AdaBoost
AdaBoost. getTrimmedClassifier(int numWeakClassifiersToUse)
Return an AdaBoost classifier that uses only the first numWeakClassifiersToUse weak learners.AdaBoost
AdaBoostTrainer. train(InstanceList trainingList)
Boosting method that resamples instances using their weights
-