This is a more complex example of how to code with JKernelMachines than can be used as a stand-alone program.
It reads data from an input file in the libsvm format, and performs a cross-validation evaluation. Optional parameters include the number of test to perform, the percentage of data to keep from training, the type of kernel, and the svm algorithm. Launch without argument to get the following help:
CrossValidationExample -f file [-p percent] [-n nbtests] [-k kernel] [-a algorithm] [-pca type] [-vvv]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|