CMPDSVM Class Reference
List of all members.
Detailed Description
class MPDSVM
Definition at line 18 of file MPDSVM.h.
Constructor & Destructor Documentation
default constructor
Definition at line 16 of file MPDSVM.cpp.
constructor
- Parameters:
-
| C | constant C |
| k | kernel |
| lab | labels |
Definition at line 21 of file MPDSVM.cpp.
CMPDSVM::~CMPDSVM |
( |
|
) |
[virtual] |
Member Function Documentation
float64_t CMPDSVM::compute_H |
( |
int32_t |
i, |
|
|
int32_t |
j | |
|
) |
| | [protected] |
compute H
- Parameters:
-
| i | index of H |
| j | index of H |
- Returns:
- computed H at index i,j
Definition at line 49 of file MPDSVM.h.
get classifier type
- Returns:
- classifier type MPD
Reimplemented from CClassifier.
Definition at line 40 of file MPDSVM.h.
lock kernel row
- Parameters:
-
- Returns:
- locked row
Definition at line 59 of file MPDSVM.h.
bool CMPDSVM::train |
( |
|
) |
[virtual] |
void CMPDSVM::unlock_kernel_row |
( |
int32_t |
i |
) |
[protected] |
unlock kernel row
- Parameters:
-
Definition at line 87 of file MPDSVM.h.
Member Data Documentation
kernel cache
Definition at line 93 of file MPDSVM.h.
The documentation for this class was generated from the following files: