#include <svm.h>
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <string>
#include <vector>
#include <map>
#include <math.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
Classes | |
class | SVMWrapper |
Serves as a wrapper for the libsvm. More... | |
Enumerations | |
enum | SVM_parameter_type { SVM_TYPE, KERNEL_TYPE, DEGREE, C, NU, P, GAMMA, PROBABILITY, SIGMA, BORDER_LENGTH } |
Parameters for the svm to be set from outside. More... | |
enum | SVM_kernel_type { OLIGO = 19, OLIGO_COMBINED } |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |