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

#include <interactions_predict.h>

Public Attributes

size_t loop_idx
 
uint64_t hash
 
float x
 
size_t loop_end
 
size_t self_interaction
 
featuresft_arr
 

Detailed Description

Definition at line 50 of file interactions_predict.h.

Member Data Documentation

◆ ft_arr

features* INTERACTIONS::feature_gen_data::ft_arr

Definition at line 58 of file interactions_predict.h.

Referenced by INTERACTIONS::generate_interactions().

◆ hash

uint64_t INTERACTIONS::feature_gen_data::hash

Definition at line 53 of file interactions_predict.h.

Referenced by INTERACTIONS::generate_interactions().

◆ loop_end

size_t INTERACTIONS::feature_gen_data::loop_end

Definition at line 55 of file interactions_predict.h.

Referenced by INTERACTIONS::generate_interactions().

◆ loop_idx

size_t INTERACTIONS::feature_gen_data::loop_idx

Definition at line 52 of file interactions_predict.h.

Referenced by INTERACTIONS::generate_interactions().

◆ self_interaction

size_t INTERACTIONS::feature_gen_data::self_interaction

Definition at line 57 of file interactions_predict.h.

Referenced by INTERACTIONS::generate_interactions().

◆ x

float INTERACTIONS::feature_gen_data::x

Definition at line 54 of file interactions_predict.h.

Referenced by INTERACTIONS::generate_interactions().


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