Vowpal Wabbit
Classes | Public Member Functions | Public Attributes | List of all members
example_predict Struct Reference

#include <example_predict.h>

Inheritance diagram for example_predict:
example

Classes

class  iterator
 

Public Member Functions

 example_predict ()=default
 
 ~example_predict ()=default
 
 example_predict (const example_predict &)=delete
 
example_predictoperator= (const example_predict &)=delete
 
 example_predict (example_predict &&other)=default
 
example_predictoperator= (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_indexindices
 
std::array< features, NUM_NAMESPACESfeature_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
 

Constructor & Destructor Documentation

example_predict::example_predict ( )
default
example_predict::~example_predict ( )
default
example_predict::example_predict ( const example_predict )
delete
example_predict::example_predict ( example_predict &&  other)
default

Member Function Documentation

iterator example_predict::begin ( )

If indices is modified this iterator is invalidated.

iterator example_predict::end ( )

If indices is modified this iterator is invalidated.

example_predict& example_predict::operator= ( const example_predict )
delete
example_predict& example_predict::operator= ( example_predict &&  other)
default

Member Data Documentation

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

The documentation for this struct was generated from the following file: