Vowpal Wabbit
Enumerations
label_type Namespace Reference

Enumerations

enum  label_type_t {
  simple, cb, cb_eval, cs,
  multi, mc, ccb
}
 

Enumeration Type Documentation

◆ label_type_t

Enumerator
simple 
cb 
cb_eval 
cs 
multi 
mc 
ccb 

Definition at line 343 of file global_data.h.

344 {
345  simple,
346  cb, // contextual-bandit
347  cb_eval, // contextual-bandit evaluation
348  cs, // cost-sensitive
349  multi,
350  mc,
351  ccb // conditional contextual-bandit
352 };