Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::SVMData Struct Reference

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::SVMDataPointSV
 Vector of features for the specific sample. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SVMData()

pcl::SVMData::SVMData ( )
inline

Definition at line 118 of file svm_wrapper.h.

Member Data Documentation

◆ label

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.

◆ SV

std::vector<pcl::SVMDataPoint> pcl::SVMData::SV

Vector of features for the specific sample.

Definition at line 116 of file svm_wrapper.h.


The documentation for this struct was generated from the following file: