Package | Description |
---|---|
weka.classifiers.functions | |
weka.classifiers.functions.supportVector |
Modifier and Type | Method and Description |
---|---|
RegOptimizer |
SMOreg.getRegOptimizer()
returns the learning algorithm
|
Modifier and Type | Method and Description |
---|---|
void |
SMOreg.setRegOptimizer(RegOptimizer regOptimizer)
sets the learning algorithm
|
Modifier and Type | Class and Description |
---|---|
class |
RegSMO
Implementation of SMO for support vector regression as described in :
A.J. |
class |
RegSMOImproved
Learn SVM for regression using SMO with Shevade, Keerthi, et al.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.