Public Attributes | |
int32_t | svm_type |
int32_t | kernel_type |
CKernel * | kernel |
int32_t | degree |
float64_t | gamma |
float64_t | coef0 |
float64_t | cache_size |
float64_t | eps |
float64_t | C |
int32_t | nr_weight |
int32_t * | weight_label |
float64_t * | weight |
float64_t | nu |
float64_t | p |
int32_t | shrinking |
Definition at line 67 of file SVM_libsvm.h.
for C_SVC, EPSILON_SVR and NU_SVR
Definition at line 88 of file SVM_libsvm.h.
in MB
Definition at line 84 of file SVM_libsvm.h.
for poly/sigmoid
Definition at line 80 of file SVM_libsvm.h.
int32_t svm_parameter::degree |
for poly
Definition at line 76 of file SVM_libsvm.h.
stopping criteria
Definition at line 86 of file SVM_libsvm.h.
for poly/rbf/sigmoid
Definition at line 78 of file SVM_libsvm.h.
kernel
Definition at line 74 of file SVM_libsvm.h.
int32_t svm_parameter::kernel_type |
kernel type
Definition at line 72 of file SVM_libsvm.h.
int32_t svm_parameter::nr_weight |
for C_SVC
Definition at line 90 of file SVM_libsvm.h.
for NU_SVC, ONE_CLASS, and NU_SVR
Definition at line 96 of file SVM_libsvm.h.
for EPSILON_SVR
Definition at line 98 of file SVM_libsvm.h.
int32_t svm_parameter::shrinking |
use the shrinking heuristics
Definition at line 100 of file SVM_libsvm.h.
int32_t svm_parameter::svm_type |
SVM type
Definition at line 70 of file SVM_libsvm.h.
for C_SVC
Definition at line 94 of file SVM_libsvm.h.
int32_t* svm_parameter::weight_label |
for C_SVC
Definition at line 92 of file SVM_libsvm.h.