Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <svm.h>
Public Attributes | |
int | l |
double * | y |
struct svm_node ** | x |
double * | W |
int svm_problem::l |
Definition at line 71 of file svm.h.
Referenced by remove_zero_weight(), solve_c_svc(), solve_epsilon_svr(), solve_nu_svc(), solve_nu_svr(), solve_one_class(), svm_binary_svc_probability(), svm_check_parameter(), svm_cross_validation(), svm_group_classes(), svm_svr_probability(), svm_train(), and svm_train_one().
double* svm_problem::W |
Definition at line 74 of file svm.h.
Referenced by remove_zero_weight(), solve_c_svc(), solve_epsilon_svr(), solve_nu_svc(), solve_nu_svr(), solve_one_class(), svm_binary_svc_probability(), svm_check_parameter(), svm_cross_validation(), and svm_train().
struct svm_node** svm_problem::x |
Definition at line 73 of file svm.h.
Referenced by remove_zero_weight(), svm_binary_svc_probability(), svm_cross_validation(), and svm_train().
double* svm_problem::y |
Definition at line 72 of file svm.h.
Referenced by remove_zero_weight(), solve_c_svc(), solve_epsilon_svr(), solve_nu_svc(), solve_nu_svr(), svm_binary_svc_probability(), svm_check_parameter(), svm_cross_validation(), svm_group_classes(), svm_svr_probability(), svm_train(), and svm_train_one().