CMPDSVM Class Reference
Detailed Description
class MPDSVM
Definition at line 18 of file MPDSVM.h.
List of all members.
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 52 of file MPDSVM.h.
get classifier type
- Returns:
- classifier type MPD
Reimplemented from CClassifier.
Definition at line 40 of file MPDSVM.h.
virtual const char* CMPDSVM::get_name |
( |
|
) |
const [virtual] |
- Returns:
- object name
Reimplemented from CSVM.
Definition at line 43 of file MPDSVM.h.
lock kernel row
- Parameters:
-
- Returns:
- locked row
Definition at line 62 of file MPDSVM.h.
bool CMPDSVM::train |
( |
|
) |
[virtual] |
void CMPDSVM::unlock_kernel_row |
( |
int32_t |
i |
) |
[protected] |
unlock kernel row
- Parameters:
-
Definition at line 88 of file MPDSVM.h.
Member Data Documentation
kernel cache
Definition at line 94 of file MPDSVM.h.
The documentation for this class was generated from the following files: