11 #ifndef __LATENTFEATURES_H__
12 #define __LATENTFEATURES_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 const char * get_name() const
EFeatureClass
shogun feature class
virtual ~CLatentFeatures()
bool add_sample(CData *example)
virtual int32_t get_num_vectors() 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
virtual CFeatures * duplicate() const
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual EFeatureClass get_feature_class() const
virtual EFeatureType get_feature_type() const