Medical Imaging Interaction Toolkit  2016.11.0
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 104 of file svm.h.

Member Data Documentation

int svm_model::free_sv

Definition at line 122 of file svm.h.

Referenced by svm_free_model_content(), svm_load_model(), and svm_train().

int* svm_model::nSV
double* svm_model::rho
struct svm_node** svm_model::SV
double** svm_model::sv_coef
int* svm_model::sv_indices

Definition at line 114 of file svm.h.

Referenced by svm_free_model_content(), svm_get_sv_indices(), svm_load_model(), and svm_train().


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