SHOGUN  v3.2.0
所有成员列表 | Public 成员函数 | Public 属性
VwFeature类 参考

详细描述

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.h32 行定义.

Public 成员函数

bool operator== (VwFeature j)
 

Public 属性

float32_t x
 Feature value 更多...
 
uint32_t weight_index
 Hashed index in weight vector 更多...
 

成员函数说明

◆ operator==()

bool operator== ( VwFeature  j)

Overloaded equals operator

参数
janother feature object
返回
whether the index of the two features is the same

在文件 vw_example.h48 行定义.

类成员变量说明

◆ weight_index

uint32_t weight_index

Hashed index in weight vector

在文件 vw_example.h39 行定义.

◆ x

Feature value

在文件 vw_example.h36 行定义.


该类的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation