Package org.tribuo.ensemble
package org.tribuo.ensemble
Provides an interface for model prediction combinations,
two base classes for ensemble models, a base class for
ensemble excuses, and a Bagging implementation.
-
ClassDescriptionBaggingTrainer<T extends Output<T>>A Trainer that wraps another trainer and produces a bagged ensemble.EnsembleCombiner<T extends Output<T>>An interface for combining predictions.EnsembleExcuse<T extends Output<T>>An
Excuse
which has a List of excuses for each of the ensemble members.EnsembleModel<T extends Output<T>>A model which contains a list of otherModel
s.WeightedEnsembleModel<T extends Output<T>>An ensemble model that uses weights to combine the ensemble member predictions.