Point Cloud Library (PCL)
1.13.1-dev
|
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 ()=default | |
Public Attributes | |
int | idx {-1} |
It's the feature index. It has to be an integer number greater or equal to zero. More... | |
float | value {0} |
The value assigned to the correspondent feature. More... | |
The structure initialize a single feature value for the classification using SVM (Support Vector Machines).
Definition at line 99 of file svm_wrapper.h.
|
default |
int pcl::SVMDataPoint::idx {-1} |
It's the feature index. It has to be an integer number greater or equal to zero.
Definition at line 101 of file svm_wrapper.h.
float pcl::SVMDataPoint::value {0} |
The value assigned to the correspondent feature.
Definition at line 103 of file svm_wrapper.h.