Detailed Description
class GNPPSVM
Definition at line 20 of file GNPPSVM.h.
List of all members.
Constructor & Destructor Documentation
constructor
- Parameters:
-
| C | constant C |
| k | kernel |
| lab | labels |
Definition at line 23 of file GNPPSVM.cpp.
Member Function Documentation
get classifier type
- Returns:
- classifier type GNPPSVM
Reimplemented from CClassifier.
Definition at line 50 of file GNPPSVM.h.
| virtual const char* get_name |
( |
| ) |
const [virtual] |
- Returns:
- object name
Reimplemented from CSVM.
Definition at line 53 of file GNPPSVM.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 32 of file GNPPSVM.cpp.
The documentation for this class was generated from the following files: