CSVM::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.
Member Data Documentation
array of coefficients alpha
Definition at line 452 of file SVM.h.
bias b
Definition at line 450 of file SVM.h.
int32_t CSVM::CSVM::TModel::num_svs |
number of support vectors
Definition at line 456 of file SVM.h.
int32_t* CSVM::CSVM::TModel::svs |
array of support vectors
Definition at line 454 of file SVM.h.
The documentation for this struct was generated from the following file: