Package org.biojava.stats.svm
Class SMOTrainer
java.lang.Object
org.biojava.stats.svm.SMOTrainer
Train a support vector machine using the Sequential Minimal
Optimization algorithm. See Kernel Methods book.
- Author:
- Thomas Down, Matthew Pocock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getC()
double
void
setC
(double C) void
setEpsilon
(double epsilon) trainModel
(SVMTarget target, SVMKernel kernel, TrainingListener l)
-
Constructor Details
-
SMOTrainer
public SMOTrainer()
-
-
Method Details
-
setC
-
getC
-
setEpsilon
-
getEpsilon
-
trainModel
-