Rosetta
|
#include <Svm.hh>
Public Attributes | |
struct svm_parameter | param |
int | nr_class |
int | l |
struct svm_node ** | SV |
double ** | sv_coef |
double * | rho |
double * | probA |
double * | probB |
int * | sv_indices |
int * | label |
int * | nSV |
int | free_sv |
int svm_model::free_sv |
Referenced by svm_free_model_content().
int svm_model::l |
Referenced by svm_free_model_content().
int* svm_model::label |
int svm_model::nr_class |
int* svm_model::nSV |
Referenced by svm_free_model_content(), and svm_train().
struct svm_parameter svm_model::param |
double* svm_model::probA |
Referenced by svm_binary_svc_probability(), svm_free_model_content(), and svm_train().
double* svm_model::probB |
Referenced by svm_binary_svc_probability(), svm_free_model_content(), and svm_train().
double* svm_model::rho |
Referenced by svm_free_model_content().
struct svm_node** svm_model::SV |
Referenced by svm_free_model_content(), and svm_save_model().
double** svm_model::sv_coef |
Referenced by svm_free_model_content(), svm_predict_values(), and svm_save_model().
int* svm_model::sv_indices |