Vowpal Wabbit
Classes | Namespaces | Enumerations | Functions | Variables
slates_label.h File Reference
#include <cstdint>
#include "label_parser.h"
#include "action_score.h"

Classes

struct  VW::slates::label
 

Namespaces

 VW
 
 VW::slates
 

Enumerations

enum  VW::slates::example_type : uint8_t { VW::slates::unset = 0, VW::slates::shared = 1, VW::slates::action = 2, VW::slates::slot = 3 }
 

Functions

void VW::slates::default_label (VW::slates::label &v)
 
void VW::slates::parse_label (parser *p, shared_data *, VW::slates::label &ld, std::vector< VW::string_view > &words, reduction_features &)
 
void VW::slates::cache_label (VW::slates::label &ld, io_buf &cache)
 
size_t VW::slates::read_cached_label (shared_data *, VW::slates::label &ld, io_buf &cache)
 

Variables

label_parser VW::slates::slates_label_parser