Rosetta
Public Attributes | List of all members
svm_model Struct Reference

#include <Svm.hh>

Public Attributes

struct svm_parameter param
 
int nr_class
 
int l
 
struct svm_node ** SV
 
double ** sv_coef
 
doublerho
 
doubleprobA
 
doubleprobB
 
int * sv_indices
 
int * label
 
int * nSV
 
int free_sv
 

Member Data Documentation

◆ free_sv

int svm_model::free_sv

Referenced by svm_free_model_content().

◆ l

int svm_model::l

Referenced by svm_free_model_content().

◆ label

int* svm_model::label

◆ nr_class

int svm_model::nr_class

◆ nSV

int* svm_model::nSV

◆ param

struct svm_parameter svm_model::param

◆ probA

double* svm_model::probA

◆ probB

double* svm_model::probB

◆ rho

double* svm_model::rho

Referenced by svm_free_model_content().

◆ SV

struct svm_node** svm_model::SV

◆ sv_coef

double** svm_model::sv_coef

◆ sv_indices

int* svm_model::sv_indices

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