SHOGUN  4.1.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.h34 行定义.

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

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

在文件 vw_example.h50 行定义.

类成员变量说明

uint32_t weight_index

Hashed index in weight vector.

在文件 vw_example.h41 行定义.

Feature value.

在文件 vw_example.h38 行定义.


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

SHOGUN 机器学习工具包 - 项目文档