iterator for weighted spectrum features
Definition at line 125 of file SparsePolyFeatures.h.
Public Attributes | |
| uint16_t * | vec | 
| int32_t | vidx | 
| int32_t | vlen | 
| bool | vfree | 
| int32_t | index | 
| int32_t index | 
feature index
Definition at line 137 of file SparsePolyFeatures.h.
| uint16_t* vec | 
pointer to feature vector
Definition at line 128 of file SparsePolyFeatures.h.
| bool vfree | 
if we need to free the vector
Definition at line 134 of file SparsePolyFeatures.h.
| int32_t vidx | 
index of vector
Definition at line 130 of file SparsePolyFeatures.h.
| int32_t vlen | 
length of vector
Definition at line 132 of file SparsePolyFeatures.h.