Classes | Defines

StreamingSparseFeatures.h File Reference

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 Documentation

#define GET_FEATURE_TYPE (   f_type,
  sg_type 
)
Value:
template<> inline EFeatureType CStreamingSparseFeatures<sg_type>::get_feature_type() \
{                                   \
    return f_type;                          \
}

Definition at line 663 of file StreamingSparseFeatures.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation