SHOGUN
v3.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.
在文件 vw_example.h 第 32 行定义.
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 第 48 行定义.
uint32_t weight_index |
Hashed index in weight vector.
在文件 vw_example.h 第 39 行定义.
Feature value.
在文件 vw_example.h 第 36 行定义.