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

Go to the source code of this file.

Classes

struct  MULTICLASS::label_t
 

Namespaces

 MULTICLASS
 

Functions

void MULTICLASS::print_update_with_probability (vw &all, example &ec, uint32_t pred)
 
void MULTICLASS::print_update_with_score (vw &all, example &ec, uint32_t pred)
 
void MULTICLASS::finish_example (vw &all, example &ec, bool update_loss)
 
template<class T >
void MULTICLASS::finish_example (vw &all, T &, example &ec)
 
template<class T >
void MULTICLASS::finish_example_without_loss (vw &all, T &, example &ec)