|
Point Cloud Library (PCL)
1.8.1
|
#include <pcl/ml/svm.h>
Inheritance diagram for svm_parameter:Public Attributes | |
| 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 |
| double svm_parameter::C |
Definition at line 94 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| double svm_parameter::cache_size |
Definition at line 92 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| double svm_parameter::coef0 |
Definition at line 89 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| int svm_parameter::degree |
Definition at line 87 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| double svm_parameter::eps |
Definition at line 93 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| double svm_parameter::gamma |
Definition at line 88 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| int svm_parameter::kernel_type |
Definition at line 86 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| int svm_parameter::nr_weight |
Definition at line 95 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| double svm_parameter::nu |
Definition at line 98 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| double svm_parameter::p |
Definition at line 99 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| int svm_parameter::probability |
Definition at line 101 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| int svm_parameter::shrinking |
Definition at line 100 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| int svm_parameter::svm_type |
Definition at line 85 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| double* svm_parameter::weight |
Definition at line 97 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().
| int* svm_parameter::weight_label |
Definition at line 96 of file svm.h.
Referenced by pcl::SVMParam::SVMParam().