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

The structure stores the parameters for the classificationa nd must be initialized and passed to the training method pcl::SVMTrain. More...

#include <pcl/ml/svm_wrapper.h>

+ Inheritance diagram for pcl::SVMParam:
+ Collaboration diagram for pcl::SVMParam:

Public Member Functions

 SVMParam ()
 

Additional Inherited Members

- Public Attributes inherited from svm_parameter
int svm_type
 
int kernel_type
 
int degree
 
double gamma
 
double coef0
 
double cache_size
 
double eps
 
double C
 
int nr_weight
 
int * weight_label
 
double * weight
 
double nu
 
double p
 
int shrinking
 
int probability
 

Detailed Description

The structure stores the parameters for the classificationa nd must be initialized and passed to the training method pcl::SVMTrain.

Parameters
svm_type{C_SVC, NU_SVC, ONE_CLASS, EPSILON_SVR, NU_SVR}
kernel_type{LINEAR, POLY, RBF, SIGMOID, PRECOMPUTED}
probabilitysets the probability estimates

Definition at line 62 of file svm_wrapper.h.

Constructor & Destructor Documentation

◆ SVMParam()

pcl::SVMParam::SVMParam ( )
inline

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