Vowpal Wabbit
|
#include <interactions_predict.h>
Public Attributes | |
size_t | loop_idx |
uint64_t | hash |
float | x |
size_t | loop_end |
size_t | self_interaction |
features * | ft_arr |
Definition at line 50 of file interactions_predict.h.
features* INTERACTIONS::feature_gen_data::ft_arr |
Definition at line 58 of file interactions_predict.h.
Referenced by INTERACTIONS::generate_interactions().
uint64_t INTERACTIONS::feature_gen_data::hash |
Definition at line 53 of file interactions_predict.h.
Referenced by INTERACTIONS::generate_interactions().
size_t INTERACTIONS::feature_gen_data::loop_end |
Definition at line 55 of file interactions_predict.h.
Referenced by INTERACTIONS::generate_interactions().
size_t INTERACTIONS::feature_gen_data::loop_idx |
Definition at line 52 of file interactions_predict.h.
Referenced by INTERACTIONS::generate_interactions().
size_t INTERACTIONS::feature_gen_data::self_interaction |
Definition at line 57 of file interactions_predict.h.
Referenced by INTERACTIONS::generate_interactions().
float INTERACTIONS::feature_gen_data::x |
Definition at line 54 of file interactions_predict.h.
Referenced by INTERACTIONS::generate_interactions().