Package | Description |
---|---|
org.tribuo.classification.dtree |
Provides implementations of decision trees for classification problems.
|
org.tribuo.classification.experiments |
Provides a set of main methods for interacting with classification tasks.
|
org.tribuo.classification.liblinear |
Provides an interface to LibLinear-java for classification problems.
|
org.tribuo.classification.libsvm |
Provides an interface to LibSVM for classification problems.
|
org.tribuo.classification.mnb |
Provides an implementation of multinomial naive bayes (i.e., naive bayes for non-negative count data).
|
org.tribuo.classification.sgd.kernel |
Provides a SGD implementation of a Kernel SVM using the Pegasos algorithm.
|
org.tribuo.classification.sgd.linear |
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
|
org.tribuo.classification.xgboost |
Provides an interface to XGBoost for classification problems.
|
org.tribuo.common.nearest |
Provides a K-Nearest Neighbours implementation which works across
all Tribuo
Output types. |
Modifier and Type | Class and Description |
---|---|
class |
CARTClassificationOptions
Options for building a classification tree trainer.
|
Modifier and Type | Class and Description |
---|---|
class |
AllTrainerOptions
Aggregates all the classification algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
LibLinearOptions
Command line options for working with a classification liblinear model.
|
Modifier and Type | Class and Description |
---|---|
class |
LibSVMOptions
CLI options for training a LibSVM classification model.
|
Modifier and Type | Class and Description |
---|---|
class |
MultinomialNaiveBayesOptions
CLI options for a multinomial naive bayes model.
|
Modifier and Type | Class and Description |
---|---|
class |
KernelSVMOptions
Options for using the KernelSVMTrainer.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearSGDOptions
CLI options for training a linear classifier.
|
Modifier and Type | Class and Description |
---|---|
class |
XGBoostOptions
CLI options for training an XGBoost classifier.
|
Modifier and Type | Class and Description |
---|---|
class |
KNNClassifierOptions
CLI Options for training a k-nearest neighbour predictor.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.