Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
svm_model Struct Reference

#include <svm.h>

Collaboration diagram for svm_model:
Collaboration graph
[legend]

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 58 of file svm.h.

Member Data Documentation

◆ free_sv

int svm_model::free_sv

Definition at line 76 of file svm.h.

◆ l

int svm_model::l

Definition at line 62 of file svm.h.

◆ label

int* svm_model::label

Definition at line 72 of file svm.h.

◆ nr_class

int svm_model::nr_class

Definition at line 61 of file svm.h.

◆ nSV

int* svm_model::nSV

Definition at line 73 of file svm.h.

◆ param

struct svm_parameter svm_model::param

Definition at line 60 of file svm.h.

◆ probA

double* svm_model::probA

Definition at line 66 of file svm.h.

◆ probB

double* svm_model::probB

Definition at line 67 of file svm.h.

◆ rho

double* svm_model::rho

Definition at line 65 of file svm.h.

◆ SV

struct svm_node** svm_model::SV

Definition at line 63 of file svm.h.

◆ sv_coef

double** svm_model::sv_coef

Definition at line 64 of file svm.h.

◆ sv_indices

int* svm_model::sv_indices

Definition at line 68 of file svm.h.


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