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 |
Definition at line 70 of file Svm.hh.
Referenced by svm_free_model_content(), svm_load_model(), and svm_train().
int svm_model::l |
Definition at line 56 of file Svm.hh.
Referenced by svm_check_parameter(), svm_cross_validation(), svm_free_model_content(), svm_get_nr_sv(), svm_get_sv_indices(), svm_group_classes(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
int* svm_model::label |
Definition at line 66 of file Svm.hh.
Referenced by svm_binary_svc_probability(), svm_check_parameter(), svm_cross_validation(), svm_free_model_content(), svm_get_labels(), svm_group_classes(), svm_load_model(), svm_predict_probability(), svm_predict_values(), svm_save_model(), and svm_train().
int svm_model::nr_class |
Definition at line 55 of file Svm.hh.
Referenced by svm_check_parameter(), svm_cross_validation(), svm_free_model_content(), svm_get_labels(), svm_get_nr_class(), svm_group_classes(), svm_load_model(), svm_predict(), svm_predict_probability(), svm_predict_values(), svm_save_model(), and svm_train().
int* svm_model::nSV |
Definition at line 67 of file Svm.hh.
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
struct svm_parameter svm_model::param |
Definition at line 54 of file Svm.hh.
Referenced by svm_check_probability_model(), svm_get_svm_type(), svm_get_svr_probability(), svm_load_model(), svm_predict(), svm_predict_probability(), svm_predict_values(), svm_save_model(), svm_svr_probability(), and svm_train().
double* svm_model::probA |
Definition at line 60 of file Svm.hh.
Referenced by svm_check_probability_model(), svm_free_model_content(), svm_get_svr_probability(), svm_load_model(), svm_predict_probability(), svm_save_model(), and svm_train().
double* svm_model::probB |
Definition at line 61 of file Svm.hh.
Referenced by svm_check_probability_model(), svm_free_model_content(), svm_load_model(), svm_predict_probability(), svm_save_model(), and svm_train().
double* svm_model::rho |
Definition at line 59 of file Svm.hh.
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
struct svm_node** svm_model::SV |
Definition at line 57 of file Svm.hh.
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
double** svm_model::sv_coef |
Definition at line 58 of file Svm.hh.
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
int* svm_model::sv_indices |
Definition at line 62 of file Svm.hh.
Referenced by svm_get_sv_indices(), and svm_train().