Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
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:

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()


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