One feature in VW.
Has the value of the feature as a float, and the hashed index of the feature in the weight vector.
在文件 vw_example.h 第 34 行定义.
Public 成员函数 | |
| bool | operator== (VwFeature j) |
Public 属性 | |
| 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 |
在文件 vw_example.h 第 50 行定义.
| uint32_t weight_index |
Hashed index in weight vector.
在文件 vw_example.h 第 41 行定义.
Feature value.
在文件 vw_example.h 第 38 行定义.