Uses of Package
org.tribuo.ensemble
Package
Description
Provides majority vote ensemble combiners for classification
along with an implementation of multiclass Adaboost.
Provides a K-Nearest Neighbours implementation which works across
all Tribuo
Output
types.Provides common functionality for building decision trees, irrespective
of the predicted
Output
.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.
Provides
EnsembleCombiner
implementations
for working with multi-output regression problems.-
-
-
ClassDescriptionA Trainer that wraps another trainer and produces a bagged ensemble.An interface for combining predictions.
-
ClassDescriptionAn interface for combining predictions.A model which contains a list of other
Model
s.An ensemble model that uses weights to combine the ensemble member predictions. -
ClassDescriptionAn interface for combining predictions.An ensemble model that uses weights to combine the ensemble member predictions.
-