CSVM::TModel Struct Reference


Detailed Description

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

Definition at line 456 of file SVM.h.

List of all members.

Public Attributes

float64_t b
float64_talpha
int32_t * svs
int32_t num_svs

Member Data Documentation

array of coefficients alpha

Definition at line 461 of file SVM.h.

bias b

Definition at line 459 of file SVM.h.

number of support vectors

Definition at line 465 of file SVM.h.

array of support vectors

Definition at line 463 of file SVM.h.


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

SHOGUN Machine Learning Toolbox - Documentation