Package org.tribuo.classification.ensemble
package org.tribuo.classification.ensemble
Provides majority vote ensemble combiners for classification
along with an implementation of multiclass Adaboost.
-
ClassDescriptionImplements Adaboost.SAMME one of the more popular algorithms for multiclass boosting.Options for building a classification ensemble.The type of ensemble.A combiner which performs a weighted or unweighted vote across the predicted labels.A combiner which performs a weighted or unweighted vote across the predicted labels.