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

Public Member Functions

 ~interact ()
 

Public Attributes

unsigned char n1
 
unsigned char n2
 
features feat_store
 
vwall
 
float n1_feat_sq
 
float total_sum_feat_sq
 
size_t num_features
 

Detailed Description

Definition at line 13 of file interact.cc.

Constructor & Destructor Documentation

◆ ~interact()

interact::~interact ( )
inline

Definition at line 22 of file interact.cc.

References features::delete_v().

22 { feat_store.delete_v(); }
void delete_v()
features feat_store
Definition: interact.cc:16

Member Data Documentation

◆ all

vw* interact::all

Definition at line 17 of file interact.cc.

Referenced by multiply(), and predict_or_learn().

◆ feat_store

features interact::feat_store

Definition at line 16 of file interact.cc.

Referenced by multiply(), and predict_or_learn().

◆ n1

unsigned char interact::n1

Definition at line 15 of file interact.cc.

Referenced by contains_valid_namespaces(), and predict_or_learn().

◆ n1_feat_sq

float interact::n1_feat_sq

Definition at line 18 of file interact.cc.

◆ n2

unsigned char interact::n2

Definition at line 15 of file interact.cc.

Referenced by contains_valid_namespaces(), and predict_or_learn().

◆ num_features

size_t interact::num_features

Definition at line 20 of file interact.cc.

Referenced by predict_or_learn().

◆ total_sum_feat_sq

float interact::total_sum_feat_sq

Definition at line 19 of file interact.cc.

Referenced by predict_or_learn().


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