#include <Svm.h>

Public Attributes | |
| svm_parameter | param |
| int | nr_class |
| int | l |
| svm_node ** | SV |
| double ** | sv_coef |
| double * | rho |
| double * | probA |
| double * | probB |
| int * | label |
| int * | nSV |
| int | free_sv |
| struct svm_parameter | param |
| struct svm_node ** | SV |
Definition at line 70 of file Svm.h.
Definition at line 87 of file Svm.h.
Referenced by svm_free_model_content(), svm_load_model(), and svm_train().
| int svm_model::l |
Definition at line 74 of file Svm.h.
Referenced by getHyperplane(), svm_check_parameter(), svm_cross_validation(), svm_free_model_content(), svm_group_classes(), svm_load_model(), svm_predict_values(), svm_save_model(), svm_train(), and svmTrain().
| int * svm_model::label |
Definition at line 83 of file Svm.h.
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().
Definition at line 73 of file Svm.h.
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 84 of file Svm.h.
Referenced by svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
Definition at line 72 of file Svm.h.
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().
| struct svm_parameter svm_model::param |
| double * svm_model::probA |
Definition at line 78 of file Svm.h.
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 79 of file Svm.h.
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 77 of file Svm.h.
Referenced by getHyperplane(), svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
Definition at line 75 of file Svm.h.
Referenced by getHyperplane(), svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), and svm_train().
| struct svm_node** svm_model::SV |
| double ** svm_model::sv_coef |
Definition at line 76 of file Svm.h.
Referenced by getHyperplane(), svm_free_model_content(), svm_load_model(), svm_predict_values(), svm_save_model(), svm_train(), and svmTrain().
1.7.2