Vowpal Wabbit
Loading...
Searching...
No Matches
Typedefs | Functions
CCB Namespace Reference

Typedefs

using conditional_contextual_bandit_outcome = VW::ccb_outcome
 
using label = VW::ccb_label
 
using example_type = VW::ccb_example_type
 
using reduction_features = VW::ccb_reduction_features
 

Functions

void default_label (VW::ccb_label &ld)
 
void parse_label (VW::ccb_label &ld, VW::label_parser_reuse_mem &reuse_mem, const std::vector< VW::string_view > &words, VW::io::logger &logger)
 

Typedef Documentation

◆ conditional_contextual_bandit_outcome

◆ example_type

◆ label

using CCB::label = typedef VW::ccb_label

◆ reduction_features

Function Documentation

◆ default_label()

void CCB::default_label ( VW::ccb_label ld)
inline
Deprecated:
"CCB::default_label moved to VW::ccb_label::reset_to_default. CCB::default_label will be removed in VW 10."

◆ parse_label()

void CCB::parse_label ( VW::ccb_label ld,
VW::label_parser_reuse_mem reuse_mem,
const std::vector< VW::string_view > &  words,
VW::io::logger logger 
)
inline
Deprecated:
"CCB::parse_label renamed to VW::parse_ccb_label. CCB::parse_label will be removed in VW 10."