Uses of Package
org.tribuo.classification.ensemble
Package
Description
Provides majority vote ensemble combiners for classification
along with an implementation of multiclass Adaboost.
Provides a set of main methods for interacting with classification tasks.
Provides an interface to LibLinear-java for classification problems.
Provides an interface to LibSVM for classification problems.
Provides an implementation of multinomial naive bayes (i.e., naive bayes for non-negative count data).
Provides infrastructure for Stochastic Gradient Descent for classification problems.
Provides an implementation of a classification factorization machine using Stochastic Gradient Descent.
-
ClassDescriptionThe 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.
-
-
-
-
-
-