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 447 of file SVM.h.


Public Attributes

float64_t b
float64_talpha
int32_t * svs
int32_t num_svs

Member Data Documentation

bias b

Definition at line 450 of file SVM.h.

array of coefficients alpha

Definition at line 452 of file SVM.h.

array of support vectors

Definition at line 454 of file SVM.h.

number of support vectors

Definition at line 456 of file SVM.h.


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

SHOGUN Machine Learning Toolbox - Documentation