#include <Coder.hpp>
Public Member Functions | |
Coder (const params_t *par) | |
template<class BIS> | |
counter_t | nextTransactionBIS (BIS &transaction) |
template<class UAC> | |
counter_t | nextTransactionUAC (UAC &transaction) |
Protected Attributes | |
std::vector< item_t > | code |
The new codes of the frequent items. | |
Classes | |
class | params_t |
Definition at line 41 of file Coder.hpp.
|
Definition at line 79 of file Coder.hpp. References Coder< T_R, D >::code, Coder< T_R, D >::params_t::codemode, Coder< T_R, D >::params_t::decoder, DESC, Coder< T_R, D >::params_t::freq_counters, Coder< T_R, D >::params_t::freq_items_with_counters, and NOCARE. |
|
Definition at line 108 of file Coder.hpp. References Coder< T_R, D >::code, and TYPENAME. |
|
Definition at line 128 of file Coder.hpp. References Coder< T_R, D >::code. |
|
The new codes of the frequent items. if code[i] is 0, then i is not frequent, otherwise the new code of item i is code[i]-1. Definition at line 75 of file Coder.hpp. Referenced by Coder< T_R, D >::Coder(), Coder< T_R, D >::nextTransactionBIS(), and Coder< T_R, D >::nextTransactionUAC(). |