![]() |
Rosetta
3.7
|
#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(), svm_load_model(), and svm_train().
int svm_model::l |
Referenced by svm_free_model_content(), svm_get_nr_sv(), svm_get_sv_indices(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
int* svm_model::label |
int svm_model::nr_class |
int* svm_model::nSV |
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
struct svm_parameter svm_model::param |
double* svm_model::probA |
double* svm_model::probB |
double* svm_model::rho |
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
struct svm_node** svm_model::SV |
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
double** svm_model::sv_coef |
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
int* svm_model::sv_indices |
Referenced by svm_get_sv_indices(), and svm_train().