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.
-
Uses of ClassificationEnsembleOptions in org.tribuo.classification.experiments
-
Uses of ClassificationEnsembleOptions in org.tribuo.classification.liblinear
Modifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options. -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.libsvm
Modifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options. -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.mnb
Modifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options. -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.sgd
Modifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options. -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.sgd.fm
Modifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options.