|
Vowpal Wabbit
|
#include <example_predict.h>
Classes | |
| class | iterator |
Public Member Functions | |
| example_predict () | |
| ~example_predict () | |
| example_predict (const example_predict &)=delete | |
| example_predict & | operator= (const example_predict &)=delete |
| example_predict (example_predict &&other) noexcept | |
| example_predict & | operator= (example_predict &&other) noexcept |
| 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 |
| std::vector< std::vector< namespace_index > > * | interactions |
| uint32_t | _current_reduction_depth |
| example_predict::example_predict | ( | ) |
| example_predict::~example_predict | ( | ) |
|
delete |
|
noexcept |
| 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 |
|
noexcept |
| uint32_t example_predict::_current_reduction_depth |
| std::array<features, NUM_NAMESPACES> example_predict::feature_space |
| uint64_t example_predict::ft_offset |
| v_array<namespace_index> example_predict::indices |
| std::vector<std::vector<namespace_index> >* example_predict::interactions |
1.8.11