80 void CLatentFeatures::init()
92 SG_SERROR(
"base_labels must be of dynamic type CLatentLabels\n")
Latent Features class The class if for representing features for latent learning, e...
CDynamicObjectArray * m_samples
static CLatentFeatures * obtain_from_generic(CFeatures *base_feats)
EFeatureClass
shogun feature class
virtual ~CLatentFeatures()
Class SGObject is the base class of all shogun objects.
bool add_sample(CData *example)
virtual int32_t get_num_vectors() const
virtual EFeatureClass get_feature_class() const =0
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
CSGObject * get_element(int32_t index) const
void push_back(CSGObject *e)
virtual EFeatureType get_feature_type() const