Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
INTERACTIONS::feature_gen_data Struct Reference

#include <interactions_predict.h>

Public Member Functions

 feature_gen_data (features::const_audit_iterator begin, features::const_audit_iterator end)
 

Public Attributes

uint64_t hash = 0
 
float x = 1.f
 
bool self_interaction = false
 
features::const_audit_iterator begin_it
 
features::const_audit_iterator current_it
 
features::const_audit_iterator end_it
 

Constructor & Destructor Documentation

◆ feature_gen_data()

INTERACTIONS::feature_gen_data::feature_gen_data ( features::const_audit_iterator  begin,
features::const_audit_iterator  end 
)
inline

Member Data Documentation

◆ begin_it

features::const_audit_iterator INTERACTIONS::feature_gen_data::begin_it

◆ current_it

features::const_audit_iterator INTERACTIONS::feature_gen_data::current_it

◆ end_it

features::const_audit_iterator INTERACTIONS::feature_gen_data::end_it

◆ hash

uint64_t INTERACTIONS::feature_gen_data::hash = 0

◆ self_interaction

bool INTERACTIONS::feature_gen_data::self_interaction = false

◆ x

float INTERACTIONS::feature_gen_data::x = 1.f

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