Public Member Functions | |
| WindowLLR (Config &config) | |
| ~WindowLLR () | |
| bool | isSet () |
| void | setNbClient (unsigned long nClient) |
| unsigned long | getIdxBegin () |
| unsigned long | getIdxEnd () |
| void | showConfig () |
| void | accLLR (unsigned long clientIdx, double llr) |
| double | getLLR (unsigned long clientIdx) |
| bool | isEnd () |
| unsigned long | wCount () |
| void | dec (unsigned long idxFrame) |
| WindowLLR (Config &config) | |
| ~WindowLLR () | |
| bool | isSet () |
| void | setNbClient (unsigned long nClient) |
| unsigned long | getIdxBegin () |
| unsigned long | getIdxEnd () |
| void | showConfig () |
| void | accLLR (unsigned long clientIdx, double llr) |
| double | getLLR (unsigned long clientIdx) |
| bool | isEnd () |
| unsigned long | wCount () |
| void | dec (unsigned long idxFrame) |
Private Member Functions | |
| void | _initMem () |
| void | _freeMem () |
| void | _initMem () |
| void | _freeMem () |
Private Attributes | |
| bool | _set |
| unsigned long | _size |
| unsigned long | _dec |
| unsigned long | _nClient |
| Matrix< double > * | _llrM |
| DoubleVector * | _accLlrA |
| ULongVector * | _idxA |
| unsigned long | _bIdx |
| unsigned long | _count |
Definition at line 85 of file ComputeTest.cpp.
| WindowLLR::WindowLLR | ( | Config & | config ) |
Definition at line 135 of file ComputeTest.cpp.
| WindowLLR::~WindowLLR | ( | ) |
Definition at line 153 of file ComputeTest.cpp.
| WindowLLR::WindowLLR | ( | Config & | config ) |
| WindowLLR::~WindowLLR | ( | ) |
| void WindowLLR::_freeMem | ( | ) | [private] |
Definition at line 127 of file ComputeTest.cpp.
| void WindowLLR::_freeMem | ( | ) | [private] |
| void WindowLLR::_initMem | ( | ) | [private] |
Definition at line 113 of file ComputeTest.cpp.
Referenced by setNbClient().
| void WindowLLR::_initMem | ( | ) | [private] |
| void WindowLLR::accLLR | ( | unsigned long | clientIdx, |
| double | llr | ||
| ) |
Definition at line 177 of file ComputeTest.cpp.
Referenced by adaptModelEMweightedFrames(), and ComputeTest().
| void WindowLLR::accLLR | ( | unsigned long | clientIdx, |
| double | llr | ||
| ) |
| void WindowLLR::dec | ( | unsigned long | idxFrame ) |
Definition at line 161 of file ComputeTest.cpp.
Referenced by adaptModelEMweightedFrames(), and ComputeTest().
| void WindowLLR::dec | ( | unsigned long | idxFrame ) |
| unsigned long WindowLLR::getIdxBegin | ( | ) | [inline] |
Definition at line 88 of file UnsupervisedTools.cpp.
| unsigned long WindowLLR::getIdxBegin | ( | ) | [inline] |
Definition at line 103 of file ComputeTest.cpp.
Referenced by ComputeTest().
| unsigned long WindowLLR::getIdxEnd | ( | ) | [inline] |
| unsigned long WindowLLR::getIdxEnd | ( | ) | [inline] |
Definition at line 104 of file ComputeTest.cpp.
Referenced by ComputeTest().
| double WindowLLR::getLLR | ( | unsigned long | clientIdx ) |
Definition at line 181 of file ComputeTest.cpp.
Referenced by adaptModelEMweightedFrames(), and ComputeTest().
| double WindowLLR::getLLR | ( | unsigned long | clientIdx ) |
| bool WindowLLR::isEnd | ( | ) |
| bool WindowLLR::isEnd | ( | ) |
Definition at line 184 of file ComputeTest.cpp.
Referenced by adaptModelEMweightedFrames(), and ComputeTest().
| bool WindowLLR::isSet | ( | ) | [inline] |
Definition at line 86 of file UnsupervisedTools.cpp.
References _set.
| bool WindowLLR::isSet | ( | ) | [inline] |
Definition at line 101 of file ComputeTest.cpp.
Referenced by adaptModelEMweightedFrames(), and ComputeTest().
| void WindowLLR::setNbClient | ( | unsigned long | nClient ) | [inline] |
Definition at line 87 of file UnsupervisedTools.cpp.
References _initMem(), and _nClient.
| void WindowLLR::setNbClient | ( | unsigned long | nClient ) | [inline] |
Definition at line 102 of file ComputeTest.cpp.
Referenced by adaptModelEMweightedFrames(), and ComputeTest().
| void WindowLLR::showConfig | ( | ) |
| void WindowLLR::showConfig | ( | ) |
Definition at line 155 of file ComputeTest.cpp.
Referenced by adaptModelEMweightedFrames(), and ComputeTest().
| unsigned long WindowLLR::wCount | ( | ) |
| unsigned long WindowLLR::wCount | ( | ) |
Definition at line 158 of file ComputeTest.cpp.
DoubleVector * WindowLLR::_accLlrA [private] |
Definition at line 91 of file ComputeTest.cpp.
unsigned long WindowLLR::_bIdx [private] |
Definition at line 93 of file ComputeTest.cpp.
Referenced by getIdxBegin(), and getIdxEnd().
unsigned long WindowLLR::_count [private] |
Definition at line 94 of file ComputeTest.cpp.
Referenced by getIdxEnd().
unsigned long WindowLLR::_dec [private] |
Definition at line 88 of file ComputeTest.cpp.
ULongVector * WindowLLR::_idxA [private] |
Definition at line 92 of file ComputeTest.cpp.
Referenced by getIdxBegin(), and getIdxEnd().
Matrix< double > * WindowLLR::_llrM [private] |
Definition at line 90 of file ComputeTest.cpp.
unsigned long WindowLLR::_nClient [private] |
Definition at line 89 of file ComputeTest.cpp.
Referenced by setNbClient().
bool WindowLLR::_set [private] |
Definition at line 86 of file ComputeTest.cpp.
Referenced by isSet().
unsigned long WindowLLR::_size [private] |
Definition at line 87 of file ComputeTest.cpp.
Referenced by getIdxEnd().
1.7.2