Public Attributes

svm_parameter Struct Reference

#include <libsvm.h>

List of all members.

Public Attributes

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

Detailed Description

Definition at line 24 of file libsvm.h.


Member Data Documentation

Definition at line 30 of file libsvm.h.

Referenced by definesParameter(), Kernel::k_function(), svm_load_model(), and svm_save_model().

Definition at line 29 of file libsvm.h.

Referenced by Kernel::k_function(), svm_check_parameter(), svm_load_model(), and svm_save_model().

Definition at line 36 of file libsvm.h.

Referenced by definesParameter(), and svm_binary_svc_probability().

Definition at line 40 of file libsvm.h.

Referenced by definesParameter(), solve_epsilon_svr(), and svm_check_parameter().


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