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 CClassifier.
Definition at line 51 of file GPBTSVM.h.
| virtual const char* get_name |
( |
| ) |
const [virtual] |
- Returns:
- object name
Reimplemented from CSVM.
Definition at line 54 of file GPBTSVM.h.
| bool train |
( |
CFeatures * |
data = NULL | ) |
[virtual] |
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 CClassifier.
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: