Classes | |
| struct | label_t | 
Functions | |
| void | print_update_with_probability (VW::workspace &all, VW::example &ec, uint32_t prediction) | 
| void | print_update_with_score (VW::workspace &all, VW::example &ec, uint32_t prediction) | 
| void | finish_example (VW::workspace &all, VW::example &ec, bool update_loss) | 
| bool | test_label (const label_t &ld) | 
| template<class T > | |
| void | finish_example (VW::workspace &all, T &, VW::example &ec) | 
| template<class T > | |
| void | finish_example_without_loss (VW::workspace &all, T &, VW::example &ec) | 
Variables | |
| VW::label_parser | mc_label | 
| void MULTICLASS::finish_example | ( | VW::workspace & | all, | 
| VW::example & | ec, | ||
| bool | update_loss | ||
| ) | 
| void MULTICLASS::finish_example | ( | VW::workspace & | all, | 
| T & | , | ||
| VW::example & | ec | ||
| ) | 
| void MULTICLASS::finish_example_without_loss | ( | VW::workspace & | all, | 
| T & | , | ||
| VW::example & | ec | ||
| ) | 
| void MULTICLASS::print_update_with_probability | ( | VW::workspace & | all, | 
| VW::example & | ec, | ||
| uint32_t | prediction | ||
| ) | 
| void MULTICLASS::print_update_with_score | ( | VW::workspace & | all, | 
| VW::example & | ec, | ||
| uint32_t | prediction | ||
| ) | 
| bool MULTICLASS::test_label | ( | const label_t & | ld | ) | 
| VW::label_parser MULTICLASS::mc_label | 
 1.8.13