Uses of Class
org.tribuo.ensemble.WeightedEnsembleModel

Packages that use WeightedEnsembleModel
Package
Description
Provides majority vote ensemble combiners for classification along with an implementation of multiclass Adaboost.
Provides an interface for model prediction combinations, two base classes for ensemble models, a base class for ensemble excuses, and a Bagging implementation.
Provides a multi-label ensemble combiner that performs a (possibly weighted) majority vote among each label independently, along with an implementation of classifier chain ensembles.