#include <svm.h>
Public Attributes | |
int | svm_type |
int | kernel_type |
double | degree |
double | gamma |
double | coef0 |
double | cache_size |
double | eps |
double | C |
int | nr_weight |
int * | weight_label |
double * | weight |
double | nu |
double | p |
int | shrinking |
int | probability |
Definition at line 24 of file svm.h.