Vowpal Wabbit
Namespaces | Enumerations | Functions
cb_type.h File Reference
#include "vw_string_view.h"
#include <cstdint>

Namespaces

 VW
 

Enumerations

enum  VW::cb_type_t : uint32_t {
  VW::cb_type_t::dr, VW::cb_type_t::dm, VW::cb_type_t::ips, VW::cb_type_t::mtr,
  VW::cb_type_t::sm
}
 

Functions

cb_type_t VW::cb_type_from_string (string_view str)
 
string_view VW::to_string (cb_type_t type)