svm_parameter Struct Reference

List of all members.


Detailed Description

SVM parameter

Definition at line 67 of file SVM_libsvm.h.


Public Attributes

int svm_type
int kernel_type
CKernelkernel
int 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

Member Data Documentation

SVM type

Definition at line 70 of file SVM_libsvm.h.

kernel type

Definition at line 72 of file SVM_libsvm.h.

kernel

Definition at line 74 of file SVM_libsvm.h.

for poly

Definition at line 76 of file SVM_libsvm.h.

for poly/rbf/sigmoid

Definition at line 78 of file SVM_libsvm.h.

for poly/sigmoid

Definition at line 80 of file SVM_libsvm.h.

in MB

Definition at line 84 of file SVM_libsvm.h.

stopping criteria

Definition at line 86 of file SVM_libsvm.h.

for C_SVC, EPSILON_SVR and NU_SVR

Definition at line 88 of file SVM_libsvm.h.

for C_SVC

Definition at line 90 of file SVM_libsvm.h.

for C_SVC

Definition at line 92 of file SVM_libsvm.h.

for C_SVC

Definition at line 94 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.


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

SHOGUN Machine Learning Toolbox - Documentation