公有成员 | 公有属性

CSparseFeatures< ST >::sparse_feature_iterator结构参考


详细描述

template<class ST>
struct shogun::CSparseFeatures< ST >::sparse_feature_iterator

iterator for sparse features

在文件SparseFeatures.h1371行定义。

所有成员的列表。

公有成员

void print_info ()

公有属性

TSparseEntry< ST > * sv
int32_t vidx
int32_t num_feat_entries
bool vfree
int32_t index

成员函数文档

void print_info (  )

print details of iterator (for debugging purposes)

在文件SparseFeatures.h1386行定义。


成员数据文档

int32_t index

index

在文件SparseFeatures.h1383行定义。

num

在文件SparseFeatures.h1378行定义。

TSparseEntry<ST>* sv

pointer to feature vector

在文件SparseFeatures.h1374行定义。

bool vfree

if we need to free the vector

在文件SparseFeatures.h1380行定义。

int32_t vidx

index of vector

在文件SparseFeatures.h1376行定义。


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

SHOGUN Machine Learning Toolbox - Documentation