Point Cloud Library (PCL)
1.8.0
|
#include <pcl/ml/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 * | label |
int * | nSV |
int | free_sv |
struct svm_node * | scaling |
int svm_model::l |
Definition at line 113 of file svm.h.
Referenced by pcl::SVM::saveClassifierModel().
struct svm_parameter svm_model::param |