|
| char * | MULTICLASS::bufread_label (label_t *ld, char *c) |
| |
| size_t | MULTICLASS::read_cached_label (shared_data *, void *v, io_buf &cache) |
| |
| float | MULTICLASS::weight (void *v) |
| |
| char * | MULTICLASS::bufcache_label (label_t *ld, char *c) |
| |
| void | MULTICLASS::cache_label (void *v, io_buf &cache) |
| |
| void | MULTICLASS::default_label (void *v) |
| |
| bool | MULTICLASS::test_label (void *v) |
| |
| void | MULTICLASS::delete_label (void *) |
| |
| void | MULTICLASS::parse_label (parser *, shared_data *sd, void *v, v_array< substring > &words) |
| |
| void | MULTICLASS::print_label_pred (vw &all, example &ec, uint32_t prediction) |
| |
| void | MULTICLASS::print_probability (vw &all, example &ec, uint32_t prediction) |
| |
| void | MULTICLASS::print_score (vw &all, example &ec, uint32_t prediction) |
| |
| void | MULTICLASS::direct_print_update (vw &all, example &ec, uint32_t prediction) |
| |
| template<void(*)(vw &, example &, uint32_t) T> |
| void | MULTICLASS::print_update (vw &all, example &ec, uint32_t prediction) |
| |
| 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) |
| |