11 #ifndef _DUMMYFEATURES__H__ 12 #define _DUMMYFEATURES__H__ 14 #include <shogun/lib/config.h> 56 virtual const char*
get_name()
const {
return "DummyFeatures"; }
virtual const char * get_name() const
virtual EFeatureClass get_feature_class() const
virtual int32_t get_num_vectors() const
EFeatureType get_feature_type() const
EFeatureClass
shogun feature class
virtual ~CDummyFeatures()
virtual CFeatures * duplicate() const
EFeatureType
shogun feature type
The class DummyFeatures implements features that only know the number of feature objects (but don't a...
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.