svm_parameter Struct Reference

List of all members.

Public Attributes

int32_t svm_type
int32_t kernel_type
CKernelkernel
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_tweight
float64_t nu
float64_t p
int32_t shrinking


Detailed Description

SVM parameter

Definition at line 67 of file SVM_libsvm.h.


Member Data Documentation

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.

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.

kernel type

Definition at line 72 of file SVM_libsvm.h.

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.

use the shrinking heuristics

Definition at line 100 of file SVM_libsvm.h.

SVM type

Definition at line 70 of file SVM_libsvm.h.

for C_SVC

Definition at line 94 of file SVM_libsvm.h.

for C_SVC

Definition at line 92 of file SVM_libsvm.h.


The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation