Point Cloud Library (PCL)
1.14.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.0f} |
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 100 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 102 of file svm_wrapper.h.
float pcl::SVMDataPoint::value {0.0f} |
The value assigned to the correspondent feature.
Definition at line 104 of file svm_wrapper.h.