| 
    Vowpal Wabbit
    
   | 
 
#include "cb.h"#include "future_compat.h"#include "cache.h"#include "io/logger.h"#include "io_buf.h"#include "cb_continuous_label.h"#include <cfloat>Namespaces | |
| CB | |
Functions | |
| template<typename LabelT > | |
| void | CB::default_label_additional_fields (LabelT &ld) | 
| template<typename LabelT = CB::label> | |
| void | CB::default_label (LabelT &ld) | 
| template<typename LabelElmT = cb_class> | |
| float | CB::get_probability (const LabelElmT &elm) | 
| template<> | |
| float | CB::get_probability (const VW::cb_continuous::continuous_label_elm &elm) | 
| template<typename LabelT = CB::label, typename LabelElmT = cb_class> | |
| bool | CB::is_test_label (const LabelT &ld) | 
 1.8.13