iterator for weighted spectrum features
Definition at line 161 of file ImplicitWeightedSpecFeatures.h.
Public Attributes | |
| uint16_t * | vec |
| int32_t | vidx |
| int32_t | vlen |
| bool | vfree |
Internal Parameters | |
| int32_t | offs |
| int32_t | d |
| int32_t | j |
| uint8_t | mask |
| float64_t | alpha |
Definition at line 180 of file ImplicitWeightedSpecFeatures.h.
| int32_t d |
Definition at line 177 of file ImplicitWeightedSpecFeatures.h.
| int32_t j |
Definition at line 178 of file ImplicitWeightedSpecFeatures.h.
| uint8_t mask |
Definition at line 179 of file ImplicitWeightedSpecFeatures.h.
| int32_t offs |
Definition at line 176 of file ImplicitWeightedSpecFeatures.h.
| uint16_t* vec |
pointer to feature vector
Definition at line 164 of file ImplicitWeightedSpecFeatures.h.
| bool vfree |
if we need to free the vector
Definition at line 170 of file ImplicitWeightedSpecFeatures.h.
| int32_t vidx |
index of vector
Definition at line 166 of file ImplicitWeightedSpecFeatures.h.
| int32_t vlen |
length of vector
Definition at line 168 of file ImplicitWeightedSpecFeatures.h.