Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
svm_problem Struct Reference

#include <svm.h>

Collaboration diagram for svm_problem:

Public Attributes

int l
 
double * y
 
struct svm_node ** x
 
double * W
 

Detailed Description

Definition at line 65 of file svm.h.

Member Data Documentation

◆ l

int svm_problem::l

Definition at line 67 of file svm.h.

◆ W

double* svm_problem::W

Definition at line 70 of file svm.h.

◆ x

struct svm_node** svm_problem::x

Definition at line 69 of file svm.h.

◆ y

double* svm_problem::y

Definition at line 68 of file svm.h.


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