Vowpal Wabbit
Classes | Namespaces | Functions | Variables
multiclass.h File Reference
#include "label_parser.h"
#include "io_buf.h"

Classes

struct  MULTICLASS::label_t
 

Namespaces

 VW
 
 MULTICLASS
 
 VW::model_utils
 

Functions

void MULTICLASS::print_update_with_probability (VW::workspace &all, example &ec, uint32_t prediction)
 
void MULTICLASS::print_update_with_score (VW::workspace &all, example &ec, uint32_t prediction)
 
void MULTICLASS::finish_example (VW::workspace &all, example &ec, bool update_loss)
 
bool MULTICLASS::test_label (const label_t &ld)
 
template<class T >
void MULTICLASS::finish_example (VW::workspace &all, T &, example &ec)
 
template<class T >
void MULTICLASS::finish_example_without_loss (VW::workspace &all, T &, example &ec)
 
size_t VW::model_utils::read_model_field (io_buf &, MULTICLASS::label_t &)
 
size_t VW::model_utils::write_model_field (io_buf &, const MULTICLASS::label_t &, const std::string &, bool)
 

Variables

label_parser MULTICLASS::mc_label