Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/ml/svm.h>
Public Attributes | |
int | l |
double * | y |
struct svm_node ** | x |
int svm_problem::l |
Definition at line 55 of file svm.h.
Referenced by pcl::SVM::~SVM().
struct svm_node** svm_problem::x |
Definition at line 58 of file svm.h.
Referenced by pcl::SVM::~SVM().
double* svm_problem::y |
Definition at line 56 of file svm.h.
Referenced by pcl::SVM::~SVM().