Vowpal Wabbit
Classes | Typedefs | Functions
example_predict.h File Reference
#include "constant.h"
#include "future_compat.h"
#include "reduction_features.h"
#include "feature_group.h"
#include "v_array.h"
#include <vector>
#include <set>
#include <unordered_set>
#include <array>
#include <mutex>

Classes

struct  example_predict
 
class  example_predict::iterator
 

Typedefs

using namespace_index = unsigned char
 

Functions

std::string features_to_string (const example_predict &ec)
 
std::string depth_indent_string (const example_predict &ec)
 
std::string depth_indent_string (int32_t stack_depth)
 

Typedef Documentation

◆ namespace_index

using namespace_index = unsigned char

Function Documentation

◆ depth_indent_string() [1/2]

std::string depth_indent_string ( const example_predict ec)

◆ depth_indent_string() [2/2]

std::string depth_indent_string ( int32_t  stack_depth)

◆ features_to_string()

std::string features_to_string ( const example_predict ec)