Uses of Class
org.tribuo.classification.ensemble.ClassificationEnsembleOptions

Package
Description
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.