openModeller  Version 1.4.0
svm_model Struct Reference

List of all members.

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

Definition at line 232 of file svm_alg.cpp.

Referenced by SvmAlgorithm::_setConfiguration().

Definition at line 228 of file svm_alg.cpp.

Referenced by SvmAlgorithm::_setConfiguration().

Definition at line 218 of file svm_alg.cpp.

Referenced by SvmAlgorithm::_setConfiguration().

svm_parameter svm_model::param

Definition at line 217 of file svm_alg.cpp.

Referenced by SvmAlgorithm::_setConfiguration().

svm_node** svm_model::SV

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