#include <svm.h>
Public Attributes | |
int | free_sv |
int | l |
int * | label |
int | nr_class |
int * | nSV |
struct svm_parameter | param |
double * | probA |
double * | probB |
double * | rho |
struct svm_node ** | SV |
double ** | sv_coef |
unsigned char * | SVidx |
int svm_model::l |
int* svm_model::label |
int* svm_model::nSV |
struct svm_parameter svm_model::param |
double* svm_model::probA |
double* svm_model::probB |
double* svm_model::rho |
struct svm_node** svm_model::SV |
double** svm_model::sv_coef |
unsigned char* svm_model::SVidx |