|
SHOGUN
v2.0.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 32 of file vw_example.h.
Public Member Functions | |
| bool | operator== (VwFeature j) |
Public Attributes | |
| float32_t | x |
| Feature value. | |
| uint32_t | weight_index |
| Hashed index in weight vector. | |
| bool operator== | ( | VwFeature | j | ) |
Overloaded equals operator
| j | another feature object |
Definition at line 48 of file vw_example.h.
| uint32_t weight_index |
Hashed index in weight vector.
Definition at line 39 of file vw_example.h.
Feature value.
Definition at line 36 of file vw_example.h.