Vowpal Wabbit
|
Public Member Functions | |
~mwt () | |
Public Attributes | |
bool | namespaces [256] |
v_array< policy_data > | evals |
CB::cb_class * | observation |
v_array< uint64_t > | policies |
double | total |
uint32_t | num_classes |
bool | learn |
v_array< namespace_index > | indices |
features | feature_space [256] |
vw * | all |
|
inline |
vw* MWT::mwt::all |
Definition at line 37 of file mwt.cc.
Referenced by MWT::predict_or_learn(), and MWT::value_policy().
v_array<policy_data> MWT::mwt::evals |
Definition at line 28 of file mwt.cc.
Referenced by MWT::predict_or_learn(), MWT::save_load(), and MWT::value_policy().
features MWT::mwt::feature_space[256] |
Definition at line 36 of file mwt.cc.
Referenced by MWT::predict_or_learn().
v_array<namespace_index> MWT::mwt::indices |
Definition at line 35 of file mwt.cc.
Referenced by MWT::predict_or_learn().
bool MWT::mwt::learn |
Definition at line 33 of file mwt.cc.
Referenced by MWT::finish_example().
bool MWT::mwt::namespaces[256] |
Definition at line 27 of file mwt.cc.
Referenced by MWT::predict_or_learn().
uint32_t MWT::mwt::num_classes |
Definition at line 32 of file mwt.cc.
Referenced by MWT::predict_or_learn().
CB::cb_class* MWT::mwt::observation |
Definition at line 29 of file mwt.cc.
Referenced by MWT::finish_example(), and MWT::predict_or_learn().
v_array<uint64_t> MWT::mwt::policies |
Definition at line 30 of file mwt.cc.
Referenced by MWT::predict_or_learn(), MWT::save_load(), and MWT::value_policy().
double MWT::mwt::total |
Definition at line 31 of file mwt.cc.
Referenced by MWT::predict_or_learn(), and MWT::save_load().