Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
svm_model Struct Reference

#include <svm.h>

Collaboration diagram for svm_model:

Public Attributes

struct svm_parameter param
 
int nr_class
 
int l
 
struct svm_node ** SV
 
double ** sv_coef
 
double * rho
 
double * probA
 
double * probB
 
int * sv_indices
 
int * label
 
int * nSV
 
int free_sv
 

Detailed Description

Definition at line 100 of file svm.h.

Member Data Documentation

◆ free_sv

int svm_model::free_sv

Definition at line 118 of file svm.h.

◆ l

int svm_model::l

Definition at line 104 of file svm.h.

◆ label

int* svm_model::label

Definition at line 114 of file svm.h.

◆ nr_class

int svm_model::nr_class

Definition at line 103 of file svm.h.

◆ nSV

int* svm_model::nSV

Definition at line 115 of file svm.h.

◆ param

struct svm_parameter svm_model::param

Definition at line 102 of file svm.h.

◆ probA

double* svm_model::probA

Definition at line 108 of file svm.h.

◆ probB

double* svm_model::probB

Definition at line 109 of file svm.h.

◆ rho

double* svm_model::rho

Definition at line 107 of file svm.h.

◆ SV

struct svm_node** svm_model::SV

Definition at line 105 of file svm.h.

◆ sv_coef

double** svm_model::sv_coef

Definition at line 106 of file svm.h.

◆ sv_indices

int* svm_model::sv_indices

Definition at line 110 of file svm.h.


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