Uses of Class
org.tribuo.ensemble.BaggingTrainer
Package
Description
Provides common functionality for building decision trees, irrespective
of the predicted
Output
.-
Uses of BaggingTrainer in org.tribuo.common.tree
Modifier and TypeClassDescriptionclass
ExtraTreesTrainer<T extends Output<T>>
A trainer which produces an Extremely Randomized Tree Ensemble.class
RandomForestTrainer<T extends Output<T>>
A trainer which produces a random forest.