CSVM::TModel Struct Reference

List of all members.


Detailed Description

an SVM is defined by support vectors, their coefficients alpha and the bias b ( + CKernelMachine::kernel)

Definition at line 442 of file SVM.h.


Public Attributes

DREAL b
DREALalpha
INTsvs
INT num_svs

Member Data Documentation

bias b

Definition at line 445 of file SVM.h.

array of coefficients alpha

Definition at line 447 of file SVM.h.

array of support vectors

Definition at line 449 of file SVM.h.

number of support vectors

Definition at line 451 of file SVM.h.


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

SHOGUN Machine Learning Toolbox - Documentation