| Package | Description |
|---|---|
| weka.classifiers.functions | |
| weka.classifiers.meta |
| Modifier and Type | Class and Description |
|---|---|
class |
GaussianProcesses
* Implements Gaussian processes for regression without hyperparameter-tuning.
|
class |
SGD
Implements stochastic gradient descent for learning various linear models (binary class SVM, binary class logistic regression, squared loss, Huber loss and epsilon-insensitive loss linear regression).
|
class |
SGDText
Implements stochastic gradient descent for learning a linear binary class SVM or binary class logistic regression on text data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IterativeClassifierOptimizer
Chooses the best number of iterations for an IterativeClassifier such as
LogitBoost using cross-validation.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.