Vowpal Wabbit
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
simple_label.h File Reference
#include "vw/common/future_compat.h"
#include "vw/core/feature_group.h"
#include "vw/core/vw_fwd.h"
#include <cstddef>

Classes

class  VW::simple_label
 
class  VW::simple_label_reduction_features
 

Namespaces

namespace  VW
 
namespace  VW::details
 

Typedefs

using label_data = VW::simple_label
 
using simple_label_reduction_features = VW::simple_label_reduction_features
 

Functions

bool VW::operator== (const simple_label &lhs, const simple_label &rhs)
 
bool VW::operator!= (const simple_label &lhs, const simple_label &rhs)
 
void VW::details::return_simple_example (VW::workspace &all, void *, VW::example &ec)
 
bool VW::details::summarize_holdout_set (VW::workspace &all, size_t &no_win_counter)
 
void VW::details::print_update (VW::workspace &all, const VW::example &ec)
 
void VW::details::output_and_account_example (VW::workspace &all, const VW::example &ec)
 
void VW::details::update_stats_simple_label (const VW::workspace &all, shared_data &sd, const VW::example &ec, VW::io::logger &logger)
 
void VW::details::output_example_prediction_simple_label (VW::workspace &all, const VW::example &ec, VW::io::logger &logger)
 
void VW::details::print_update_simple_label (VW::workspace &all, shared_data &sd, const VW::example &ec, VW::io::logger &logger)
 
template<typename UnusedDataT >
void VW::details::update_stats_simple_label (const VW::workspace &all, shared_data &sd, const UnusedDataT &, const VW::example &ec, VW::io::logger &logger)
 
template<typename UnusedDataT >
void VW::details::output_example_prediction_simple_label (VW::workspace &all, const UnusedDataT &, const VW::example &ec, VW::io::logger &logger)
 
template<typename UnusedDataT >
void VW::details::print_update_simple_label (VW::workspace &all, shared_data &sd, const UnusedDataT &, const VW::example &ec, VW::io::logger &logger)
 

Typedef Documentation

◆ label_data

◆ simple_label_reduction_features