
#include "Component/ModelManager.H"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "svm.h"
Go to the source code of this file.
Functions | |
| void | read_problem (const char *filename, struct svm_problem &prob, struct svm_parameter ¶m) |
| void | predict (const char *filename, struct svm_model *model) |
| int | main (int argc, char **argv) |
test the svm algo
Definition in file test-svm.C.
1.6.3