Uses of Package
org.tribuo.data
Package
Description
Provides classes and infrastructure for multiclass classification problems.
Provides implementations of decision trees for classification problems.
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.
Provides a SGD implementation of a Kernel SVM using the Pegasos algorithm.
Provides an interface to XGBoost for classification problems.
Provides an implementation of HDBSCAN*.
Provides a multithreaded implementation of K-Means, with a
configurable distance function.
Provides classes for loading in data from disk, processing it into examples, and splitting datasets for
things like cross-validation and train-test splits.
Provides an interface to liblinear for regression problems.
Provides an interface to LibSVM for regression problems.
Provides an implementation of decision trees for regression problems.
Provides infrastructure for Stochastic Gradient Descent based regression models.
Provides an implementation of factorization machines for regression using Stochastic Gradient Descent.
Provides implementations of sparse linear regression using various forms of regularisation penalty.
Provides an interface to XGBoost for regression problems.
-
-
-
ClassDescriptionOptions for working with training and test data in a CLI.The input formats supported by this options object.
-
-
-
-
-
-
-
-
-
-
ClassDescriptionOptions for working with training and test data in a CLI.The delimiters supported by CSV files in this options object.The input formats supported by this options object.
-
-
-
-
-
-
-