Vowpal Wabbit
|
#include <vw_slim_predict.h>
Public Member Functions | |
namespace_copy_guard (example_predict &ex, unsigned char ns) | |
~namespace_copy_guard () | |
void | feature_push_back (feature_value v, feature_index idx) |
Private Attributes | |
example_predict & | _ex |
unsigned char | _ns |
bool | _remove_ns |
Definition at line 181 of file vw_slim_predict.h.
vw_slim::namespace_copy_guard::namespace_copy_guard | ( | example_predict & | ex, |
unsigned char | ns | ||
) |
Definition at line 16 of file vw_slim_predict.cc.
References _ex, _ns, _remove_ns, recall_tree_ns::find(), example_predict::indices, and v_array< T >::push_back().
vw_slim::namespace_copy_guard::~namespace_copy_guard | ( | ) |
Definition at line 27 of file vw_slim_predict.cc.
References _ex, _ns, _remove_ns, example_predict::feature_space, example_predict::indices, and v_array< T >::pop().
void vw_slim::namespace_copy_guard::feature_push_back | ( | feature_value | v, |
feature_index | idx | ||
) |
Definition at line 34 of file vw_slim_predict.cc.
References _ex, _ns, and example_predict::feature_space.
|
private |
Definition at line 183 of file vw_slim_predict.h.
Referenced by feature_push_back(), namespace_copy_guard(), and ~namespace_copy_guard().
|
private |
Definition at line 184 of file vw_slim_predict.h.
Referenced by feature_push_back(), namespace_copy_guard(), and ~namespace_copy_guard().
|
private |
Definition at line 185 of file vw_slim_predict.h.
Referenced by namespace_copy_guard(), and ~namespace_copy_guard().