Package org.tribuo.multilabel.ensemble
package org.tribuo.multilabel.ensemble
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.
-
ClassDescriptionA trainer for an ensemble of randomly ordered Classifier Chains.A combiner which performs a weighted or unweighted vote independently across the predicted labels in each multi-label.