Vowpal Wabbit
|
#include <example_predict.h>
Classes | |
class | iterator |
Public Member Functions | |
example_predict ()=default | |
~example_predict ()=default | |
example_predict (const example_predict &)=delete | |
example_predict & | operator= (const example_predict &)=delete |
example_predict (example_predict &&other)=default | |
example_predict & | operator= (example_predict &&other)=default |
iterator | begin () |
If indices is modified this iterator is invalidated. More... | |
iterator | end () |
If indices is modified this iterator is invalidated. More... | |
Public Attributes | |
v_array< namespace_index > | indices |
std::array< features, NUM_NAMESPACES > | feature_space |
uint64_t | ft_offset = 0 |
std::vector< std::vector< namespace_index > > * | interactions = nullptr |
reduction_features | _reduction_features |
uint32_t | _debug_current_reduction_depth = 0 |
|
default |
|
default |
|
delete |
|
default |
iterator example_predict::begin | ( | ) |
If indices is modified this iterator is invalidated.
iterator example_predict::end | ( | ) |
If indices is modified this iterator is invalidated.
|
delete |
|
default |
uint32_t example_predict::_debug_current_reduction_depth = 0 |
reduction_features example_predict::_reduction_features |
std::array<features, NUM_NAMESPACES> example_predict::feature_space |
uint64_t example_predict::ft_offset = 0 |
v_array<namespace_index> example_predict::indices |
std::vector<std::vector<namespace_index> >* example_predict::interactions = nullptr |