Vowpal Wabbit
|
#include "vw/core/feature_group.h"
#include "vw/core/multi_ex.h"
#include "vw/core/vw_fwd.h"
#include <memory>
#include <string>
Namespaces | |
namespace | VW |
namespace | VW::reductions |
namespace | VW::reductions::ccb |
Functions | |
std::shared_ptr< VW::LEARNER::learner > | VW::reductions::ccb_explore_adf_setup (VW::setup_base_i &stack_builder) |
void | VW::reductions::ccb::insert_ccb_interactions (std::vector< std::vector< VW::namespace_index > > &, std::vector< std::vector< extent_term > > &) |
bool | VW::reductions::ccb::ec_is_example_header (VW::example const &ec) |
bool | VW::reductions::ccb::ec_is_example_unset (VW::example const &ec) |
std::string | VW::reductions::ccb::generate_ccb_label_printout (const VW::multi_ex &slots) |