Sleipnir
|
Public Types | |
enum | EType { ETypePValue, ETypeRMSE, ETypeJensenShannon } |
Public Member Functions | |
SMotifMatch (uint32_t iMotif, const std::string &strType, CCoalesceSequencerBase::ESubsequence eSubsequence, float dZ, float dAverage) | |
bool | Open (std::istream &, CCoalesceMotifLibrary &) |
uint32_t | Open (const CHierarchy &, const std::vector< SMotifMatch > &, CCoalesceMotifLibrary &, size_t &) |
uint32_t | Open (const SMotifMatch &, const SMotifMatch &, CCoalesceMotifLibrary &) |
std::string | Save (const CCoalesceMotifLibrary *, bool=false, float=0, float=0, float=0, bool=false) const |
bool | Label (const CCoalesceMotifLibrary &, EType, float, float, float) |
bool | operator== (const SMotifMatch &sMotif) const |
bool | operator!= (const SMotifMatch &sMotif) const |
bool | operator< (const SMotifMatch &sMotif) const |
size_t | GetHash () const |
Data Fields | |
uint32_t | m_iMotif |
std::string | m_strType |
CCoalesceSequencerBase::ESubsequence | m_eSubsequence |
float | m_dZ |
float | m_dAverage |
std::vector< std::pair < std::string, float > > | m_vecprstrdKnown |
Definition at line 83 of file coalescestructsi.h.