Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Attributes
svm_problem Struct Reference

#include <pcl/ml/svm.h>

+ Collaboration diagram for svm_problem:

Public Attributes

int l
 
double * y
 
struct svm_node ** x
 

Detailed Description

Definition at line 54 of file svm.h.

Member Data Documentation

◆ l

int svm_problem::l

Definition at line 55 of file svm.h.

Referenced by pcl::SVM::~SVM().

◆ x

struct svm_node** svm_problem::x

Definition at line 58 of file svm.h.

Referenced by pcl::SVM::~SVM().

◆ y

double* svm_problem::y

Definition at line 56 of file svm.h.

Referenced by pcl::SVM::~SVM().


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