Uses of Class
org.tribuo.ensemble.BaggingTrainer
Packages that use BaggingTrainer
Package
Description
Provides common functionality for building decision trees, irrespective
of the predicted
Output.-
Uses of BaggingTrainer in org.tribuo.common.tree
Subclasses of BaggingTrainer in org.tribuo.common.treeModifier and TypeClassDescriptionclassExtraTreesTrainer<T extends Output<T>>A trainer which produces an Extremely Randomized Tree Ensemble.classRandomForestTrainer<T extends Output<T>>A trainer which produces a random forest.