ARLK: svm_model Struct Reference
ARLK  0.1.0
Action Recognition Library for Kinect
svm_model Struct Reference

#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
 

Member Data Documentation

int svm_model::free_sv
int svm_model::l
int* svm_model::label
int svm_model::nr_class
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
int* svm_model::sv_indices

The documentation for this struct was generated from the following file: