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 ()
 
 ~example_predict ()
 
 example_predict (const example_predict &)=delete
 
example_predictoperator= (const example_predict &)=delete
 
 example_predict (example_predict &&other) noexcept
 
example_predictoperator= (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_indexindices
 
std::array< features, NUM_NAMESPACESfeature_space
 
uint64_t ft_offset
 
std::vector< std::vector< namespace_index > > * interactions
 
uint32_t _current_reduction_depth
 

Constructor & Destructor Documentation

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

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)
noexcept

Member Data Documentation

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

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