SHOGUN
4.2.0
|
One feature in VW.
Has the value of the feature as a float, and the hashed index of the feature in the weight vector.
Definition at line 34 of file vw_example.h.
Public Member Functions | |
bool | operator== (VwFeature j) |
Public Attributes | |
float32_t | x |
Feature value. More... | |
uint32_t | weight_index |
Hashed index in weight vector. More... | |
bool operator== | ( | VwFeature | j | ) |
Overloaded equals operator
j | another feature object |
Definition at line 50 of file vw_example.h.
uint32_t weight_index |
Hashed index in weight vector.
Definition at line 41 of file vw_example.h.
Feature value.
Definition at line 38 of file vw_example.h.