|
Vowpal Wabbit
|
#include <example_predict.h>
Public Member Functions | |
| safe_example_predict () | |
| ~safe_example_predict () | |
| void | clear () |
Public Member Functions inherited from example_predict | |
| iterator | begin () |
| iterator | end () |
Additional Inherited Members | |
Public Attributes inherited from example_predict | |
| v_array< namespace_index > | indices |
| std::array< features, NUM_NAMESPACES > | feature_space |
| uint64_t | ft_offset |
| std::vector< std::string > * | interactions |
Definition at line 53 of file example_predict.h.
| safe_example_predict::safe_example_predict | ( | ) |
Definition at line 9 of file example_predict.cc.
References example_predict::ft_offset, and example_predict::indices.
| safe_example_predict::~safe_example_predict | ( | ) |
Definition at line 16 of file example_predict.cc.
References v_array< T >::delete_v(), example_predict::feature_space, and example_predict::indices.
| void safe_example_predict::clear | ( | ) |
Definition at line 22 of file example_predict.cc.
References example_predict::feature_space, and example_predict::indices.
Referenced by generate_cb_data_5().
1.8.13