Point Cloud Library (PCL)
1.14.1-dev
|
The structure stores the features and the label of a single sample which has to be used for the training or the classification of the SVM (Support Vector Machines). More...
#include <pcl/ml/svm_wrapper.h>
Public Member Functions | |
SVMData () | |
Public Attributes | |
double | label |
Pointer to the label value. It is a mandatory to train the classifier. More... | |
std::vector< pcl::SVMDataPoint > | SV |
Vector of features for the specific sample. More... | |
The structure stores the features and the label of a single sample which has to be used for the training or the classification of the SVM (Support Vector Machines).
Definition at line 112 of file svm_wrapper.h.
|
inline |
Definition at line 118 of file svm_wrapper.h.
double pcl::SVMData::label |
Pointer to the label value. It is a mandatory to train the classifier.
Definition at line 114 of file svm_wrapper.h.
std::vector<pcl::SVMDataPoint> pcl::SVMData::SV |
Vector of features for the specific sample.
Definition at line 116 of file svm_wrapper.h.