11 #ifndef __LATENTFEATURES_H__ 12 #define __LATENTFEATURES_H__ 14 #include <shogun/lib/config.h> 68 virtual const char*
get_name()
const {
return "LatentFeatures"; }
Latent Features class The class if for representing features for latent learning, e...
CDynamicObjectArray * m_samples
static CLatentFeatures * obtain_from_generic(CFeatures *base_feats)
virtual CFeatures * duplicate() const
EFeatureClass
shogun feature class
virtual ~CLatentFeatures()
virtual const char * get_name() const
bool add_sample(CData *example)
virtual EFeatureType get_feature_type() const
Dynamic array class for CSGObject pointers that creates an array that can be used like a list or an a...
CData * get_sample(index_t idx)
EFeatureType
shogun feature type
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual int32_t get_num_vectors() const
virtual EFeatureClass get_feature_class() const