![]() |
PandaRoot
|
#include <PndMvaUtil.h>
Public Member Functions | |
| PndMvaDistObj () | |
| Constructor. More... | |
| PndMvaDistObj (size_t const id, float const dist, std::string const &cls) | |
| PndMvaDistObj (PndMvaDistObj const &ot) | |
| virtual | ~PndMvaDistObj () |
| PndMvaDistObj & | operator= (PndMvaDistObj const &ot) |
| operator = More... | |
| bool | operator< (PndMvaDistObj const &other) const |
| Operator <. More... | |
| bool | operator> (PndMvaDistObj const &other) const |
| Operator > More... | |
Public Attributes | |
| size_t | m_idx |
| float | m_dist |
| std::string | m_cls |
Class to hold the computed Euclidean distances between the current example and the available LVQ protoTypes (codeBook) in LVQ2.1 implementation.
Definition at line 75 of file PndMvaUtil.h.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 79 of file PndMvaUtil.h.
|
inline |
Definition at line 82 of file PndMvaUtil.h.
|
inlinevirtual |
Definition at line 85 of file PndMvaUtil.h.
|
inline |
|
inline |
|
inline |
| std::string PndMvaDistObj::m_cls |
Class name of the prototype.
Definition at line 107 of file PndMvaUtil.h.
Referenced by operator=().
| float PndMvaDistObj::m_dist |
Distance to the current example.
Definition at line 106 of file PndMvaUtil.h.
Referenced by operator<(), operator=(), and operator>().
| size_t PndMvaDistObj::m_idx |