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

typedef unsigned char namespace_index
 

Functions

class VW_DEPRECATED("example_predict is now RAII based. That class can be used instead. This will be removed in VW 9.0.") safe_example_predict 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

typedef unsigned char namespace_index

Function Documentation

std::string depth_indent_string ( const example_predict ec)
std::string depth_indent_string ( int32_t  stack_depth)
class VW_DEPRECATED ( "example_predict is now RAII based. That class can be used instead. This will be removed in VW 9.0.") safe_example_predict std::string features_to_string ( const example_predict ec)