Vowpal Wabbit
Loading...
Searching...
No Matches
Functions
VW::debug Namespace Reference

Functions

std::string simple_label_to_string (const example &ec)
 
std::string cb_label_to_string (const example &ec)
 
std::string scalar_pred_to_string (const example &ec)
 
std::string a_s_pred_to_string (const example &ec)
 
std::string prob_dist_pred_to_string (const example &ec)
 
std::string multiclass_pred_to_string (const example &ec)
 
std::string features_to_string (const example_predict &ec)
 
std::string debug_depth_indent_string (const multi_ex &ec)
 
std::string debug_depth_indent_string (const example &ec)
 
std::string debug_depth_indent_string (int32_t stack_depth)
 

Function Documentation

◆ a_s_pred_to_string()

std::string VW::debug::a_s_pred_to_string ( const example ec)

◆ cb_label_to_string()

std::string VW::debug::cb_label_to_string ( const example ec)

◆ debug_depth_indent_string() [1/3]

std::string VW::debug::debug_depth_indent_string ( const example ec)

◆ debug_depth_indent_string() [2/3]

std::string VW::debug::debug_depth_indent_string ( const multi_ex ec)

◆ debug_depth_indent_string() [3/3]

std::string VW::debug::debug_depth_indent_string ( int32_t  stack_depth)

◆ features_to_string()

std::string VW::debug::features_to_string ( const example_predict ec)

◆ multiclass_pred_to_string()

std::string VW::debug::multiclass_pred_to_string ( const example ec)

◆ prob_dist_pred_to_string()

std::string VW::debug::prob_dist_pred_to_string ( const example ec)

◆ scalar_pred_to_string()

std::string VW::debug::scalar_pred_to_string ( const example ec)

◆ simple_label_to_string()

std::string VW::debug::simple_label_to_string ( const example ec)