Go to the source code of this file.
Classes | |
| class | CStreamingSparseFeatures< T > |
| This class implements streaming features with sparse feature vectors. The vector is represented as an SGSparseVector<T>. Each entry is of type SGSparseVectorEntry<T> with members `feat_index' and `entry'. More... | |
Defines | |
| #define | GET_FEATURE_TYPE(f_type, sg_type) |
| #define GET_FEATURE_TYPE | ( | f_type, | ||
| sg_type | ||||
| ) |
template<> inline EFeatureType CStreamingSparseFeatures<sg_type>::get_feature_type() \ { \ return f_type; \ }
Definition at line 663 of file StreamingSparseFeatures.h.