openModeller  Version 1.5.0
svm_model Struct Reference
Collaboration diagram for svm_model:
Collaboration graph

Public Attributes

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

Detailed Description

Definition at line 215 of file svm_alg.cpp.

Member Data Documentation

int svm_model::free_sv

Definition at line 232 of file svm_alg.cpp.

Referenced by SvmAlgorithm::_setConfiguration().

int svm_model::l
int* svm_model::label

Definition at line 228 of file svm_alg.cpp.

Referenced by SvmAlgorithm::_setConfiguration().

int svm_model::nr_class

Definition at line 218 of file svm_alg.cpp.

Referenced by SvmAlgorithm::_setConfiguration().

int* svm_model::nSV
svm_parameter svm_model::param

Definition at line 217 of file svm_alg.cpp.

Referenced by SvmAlgorithm::_setConfiguration().

double* svm_model::probA
double* svm_model::probB
double* svm_model::rho
svm_node** svm_model::SV
double** svm_model::sv_coef

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