Detailed Description
class GPBTSVM
Definition at line 22 of file GPBTSVM.h.
List of all members.
Constructor & Destructor Documentation
constructor
- Parameters:
-
C | constant C |
k | kernel |
lab | labels |
Definition at line 23 of file GPBTSVM.cpp.
Member Function Documentation
get classifier type
- Returns:
- classifier type GPBT
Reimplemented from CMachine.
Definition at line 41 of file GPBTSVM.h.
virtual const char* get_name |
( |
| ) |
const [virtual] |
- Returns:
- object name
Reimplemented from CSVM.
Definition at line 44 of file GPBTSVM.h.
train SVM classifier
- Parameters:
-
data | training data (parameter can be avoided if distance or kernel-based classifiers are used and distance/kernels are initialized with train data) |
- Returns:
- whether training was successful
Reimplemented from CMachine.
Definition at line 33 of file GPBTSVM.cpp.
Member Data Documentation
struct svm_model* model [protected] |
The documentation for this class was generated from the following files: