Vowpal Wabbit
Classes | Namespaces | Macros | Typedefs | Functions
search.h File Reference
#include "global_data.h"

Go to the source code of this file.

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

typedef uint32_t action
 
typedef uint32_t ptag
 

Functions

bool Search::string_equal (std::string a, std::string b)
 
bool Search::float_equal (float a, float b)
 
bool Search::uint32_equal (uint32_t a, uint32_t b)
 
bool Search::size_equal (size_t a, size_t b)
 
base_learnerSearch::setup (options_i &options, vw &all)
 

Macro Definition Documentation

◆ cdbg [1/2]

#define cdbg   std::clog

◆ cdbg [2/2]

#define cdbg
Value:
if (1) \
{ \
} \
else \
std::clog

Definition at line 11 of file search.h.

Typedef Documentation

◆ action

typedef uint32_t action

Definition at line 19 of file search.h.

◆ ptag

typedef uint32_t ptag

Definition at line 20 of file search.h.