Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <svm.h>
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 122 of file svm.h.
Referenced by svm_free_model_content(), svm_load_model(), and svm_train().
int svm_model::l |
Definition at line 108 of file svm.h.
Referenced by read_model_header(), remove_zero_weight(), 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 118 of file svm.h.
Referenced by read_model_header(), 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 107 of file svm.h.
Referenced by read_model_header(), 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 119 of file svm.h.
Referenced by read_model_header(), 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 106 of file svm.h.
Referenced by read_model_header(), svm_check_probability_model(), svm_get_svm_type(), svm_get_svr_probability(), svm_predict(), svm_predict_probability(), svm_predict_values(), svm_save_model(), svm_svr_probability(), and svm_train().
double* svm_model::probA |
Definition at line 112 of file svm.h.
Referenced by read_model_header(), 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 113 of file svm.h.
Referenced by read_model_header(), 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 111 of file svm.h.
Referenced by read_model_header(), 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 109 of file svm.h.
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 110 of file svm.h.
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 114 of file svm.h.
Referenced by svm_free_model_content(), svm_get_sv_indices(), svm_load_model(), and svm_train().