Detailed Description
class MPDSVM
Definition at line 20 of file MPDSVM.h.
List of all members.
Constructor & Destructor Documentation
default constructor
Definition at line 18 of file MPDSVM.cpp.
constructor
- Parameters:
-
C | constant C |
k | kernel |
lab | labels |
Definition at line 23 of file MPDSVM.cpp.
Member Function Documentation
float64_t compute_H |
( |
int32_t |
i, |
|
|
int32_t |
j |
|
) |
| [protected] |
compute H
- Parameters:
-
- Returns:
- computed H at index i,j
Definition at line 61 of file MPDSVM.h.
get classifier type
- Returns:
- classifier type MPD
Reimplemented from CClassifier.
Definition at line 49 of file MPDSVM.h.
virtual const char* get_name |
( |
) |
const [virtual] |
- Returns:
- object name
Reimplemented from CSVM.
Definition at line 52 of file MPDSVM.h.
lock kernel row
- Parameters:
-
- Returns:
- locked row
Definition at line 71 of file MPDSVM.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 MPDSVM.cpp.
void unlock_kernel_row |
( |
int32_t |
i ) |
[protected] |
unlock kernel row
- Parameters:
-
Definition at line 97 of file MPDSVM.h.
Member Data Documentation
The documentation for this class was generated from the following files: