SHOGUN v0.9.0
公有属性
CSimpleFeatures< ST >::simple_feature_iterator结构参考

详细描述

template<class ST>
struct shogun::CSimpleFeatures< ST >::simple_feature_iterator

iterator for simple features

在文件SimpleFeatures.h671行定义。

所有成员的列表。

公有属性

ST * vec
int32_t vidx
int32_t vlen
bool vfree
int32_t index

成员数据文档

int32_t index

feature index

在文件SimpleFeatures.h683行定义。

ST* vec

pointer to feature vector

在文件SimpleFeatures.h674行定义。

bool vfree

if we need to free the vector

在文件SimpleFeatures.h680行定义。

int32_t vidx

index of vector

在文件SimpleFeatures.h676行定义。

int32_t vlen

length of vector

在文件SimpleFeatures.h678行定义。


该结构的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation