public class SVMExample
extends java.lang.Object
This class is a very simple introduction to the use of jkernelmachines.
It reads data from a file in libsvm format, then trains a SVM classifier using LaSVM algorithm with a Gaussian kernel. Finally, output values are computed on some samples and error rate is computed.
| Constructor and Description |
|---|
SVMExample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |