Package | Description |
---|---|
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 |
Provides infrastructure for Stochastic Gradient Descent for classification problems.
|
Modifier and Type | Field and Description |
---|---|
ClassificationEnsembleOptions |
AllTrainerOptions.ensemble |
Modifier and Type | Field and Description |
---|---|
ClassificationEnsembleOptions |
TrainTest.TrainTestOptions.ensembleOptions |
Modifier and Type | Field and Description |
---|---|
ClassificationEnsembleOptions |
TrainTest.TrainTestOptions.ensembleOptions |
Modifier and Type | Field and Description |
---|---|
ClassificationEnsembleOptions |
TrainTest.TrainTestOptions.ensembleOptions |
Modifier and Type | Field and Description |
---|---|
ClassificationEnsembleOptions |
TrainTest.TrainTestOptions.ensembleOptions |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.