Uses of Class
org.tribuo.classification.ensemble.ClassificationEnsembleOptions
Packages that use 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
Fields in org.tribuo.classification.experiments declared as ClassificationEnsembleOptions -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.liblinear
Fields in org.tribuo.classification.liblinear declared as ClassificationEnsembleOptionsModifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options. -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.libsvm
Fields in org.tribuo.classification.libsvm declared as ClassificationEnsembleOptionsModifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options. -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.mnb
Fields in org.tribuo.classification.mnb declared as ClassificationEnsembleOptionsModifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options. -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.sgd
Fields in org.tribuo.classification.sgd declared as ClassificationEnsembleOptionsModifier and TypeFieldDescriptionTrainTest.TrainTestOptions.ensembleOptions
The ensemble options. -
Uses of ClassificationEnsembleOptions in org.tribuo.classification.sgd.fm
Fields in org.tribuo.classification.sgd.fm declared as ClassificationEnsembleOptions