|
Point Cloud Library (PCL)
1.8.1
|
The structure initialize a model crated by the SVM (Support Vector Machines) classifier (pcl::SVMTrain) More...
#include <pcl/ml/svm_wrapper.h>
Inheritance diagram for pcl::SVMModel:Public Member Functions | |
| SVMModel () | |
Additional Inherited Members | |
Public Attributes inherited from svm_model | |
| struct svm_parameter | param |
| int | nr_class |
| int | l |
| struct svm_node ** | SV |
| double ** | sv_coef |
| double * | rho |
| double * | probA |
| double * | probB |
| int * | label |
| int * | nSV |
| int | free_sv |
| struct svm_node * | scaling |
The structure initialize a model crated by the SVM (Support Vector Machines) classifier (pcl::SVMTrain)
Definition at line 92 of file svm_wrapper.h.
|
inline |
Definition at line 94 of file svm_wrapper.h.