Vowpal Wabbit
|
#include "global_data.h"
Classes | |
class | Search::BaseTask |
struct | Search::search |
struct | Search::search_task |
struct | Search::search_metatask |
class | Search::predictor |
Namespaces | |
Search | |
Macros | |
#define | cdbg std::clog |
#define | cdbg |
Typedefs | |
using | action = uint32_t |
using | ptag = uint32_t |
Functions | |
VW::LEARNER::base_learner * | Search::setup (VW::setup_base_i &stack_builder) |
Variables | |
uint32_t | Search::AUTO_CONDITION_FEATURES |
uint32_t | Search::AUTO_HAMMING_LOSS |
uint32_t | Search::EXAMPLES_DONT_CHANGE |
uint32_t | Search::IS_LDF |
uint32_t | Search::NO_CACHING |
uint32_t | Search::ACTION_COSTS |
#define cdbg std::clog |
#define cdbg |
using action = uint32_t |
using ptag = uint32_t |