iterator for sparse features
在文件SparseFeatures.h第1371行定义。
公有成员 | |
| 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.h第1386行定义。
| int32_t index |
index
在文件SparseFeatures.h第1383行定义。
| int32_t num_feat_entries |
num
在文件SparseFeatures.h第1378行定义。
| TSparseEntry<ST>* sv |
pointer to feature vector
在文件SparseFeatures.h第1374行定义。
| bool vfree |
if we need to free the vector
在文件SparseFeatures.h第1380行定义。
| int32_t vidx |
index of vector
在文件SparseFeatures.h第1376行定义。