Point Cloud Library (PCL)
1.8.1
|
The structure initialize a single feature value for the classification using SVM (Support Vector Machines). More...
#include <pcl/ml/svm_wrapper.h>
Public Member Functions | |
SVMDataPoint () | |
Public Attributes | |
int | idx |
float | value |
The structure initialize a single feature value for the classification using SVM (Support Vector Machines).
Definition at line 104 of file svm_wrapper.h.
|
inline |
Definition at line 109 of file svm_wrapper.h.
int pcl::SVMDataPoint::idx |
Definition at line 106 of file svm_wrapper.h.
float pcl::SVMDataPoint::value |
Definition at line 107 of file svm_wrapper.h.