Vowpal Wabbit
Public Attributes | List of all members
label_parser Struct Reference

#include <label_parser.h>

Public Attributes

void(* default_label )(void *)
 
void(* parse_label )(parser *, shared_data *, void *, std::vector< VW::string_view > &)
 
void(* cache_label )(void *, io_buf &cache)
 
size_t(* read_cached_label )(shared_data *, void *, io_buf &cache)
 
void(* delete_label )(void *)
 
float(* get_weight )(void *)
 
void(* copy_label )(void *, void *)
 
bool(* test_label )(void *)
 
size_t label_size
 

Member Data Documentation

void(* label_parser::cache_label) (void *, io_buf &cache)
void(* label_parser::copy_label) (void *, void *)
void(* label_parser::default_label) (void *)
void(* label_parser::delete_label) (void *)
float(* label_parser::get_weight) (void *)
size_t label_parser::label_size
void(* label_parser::parse_label) (parser *, shared_data *, void *, std::vector< VW::string_view > &)
size_t(* label_parser::read_cached_label) (shared_data *, void *, io_buf &cache)
bool(* label_parser::test_label) (void *)

The documentation for this struct was generated from the following file: