11 #ifndef __FACTORGRAPH_FEATURES_H__
12 #define __FACTORGRAPH_FEATURES_H__
67 virtual const char*
get_name()
const {
return "FactorGraphFeatures"; }
virtual EFeatureType get_feature_type() const
CDynamicObjectArray * m_samples
CFactorGraph * get_sample(index_t idx)
virtual int32_t get_num_vectors() const
EFeatureClass
shogun feature class
bool add_sample(CFactorGraph *fg)
static CFactorGraphFeatures * obtain_from_generic(CFeatures *base_feats)
CFactorGraphFeatures maintains an array of factor graphs, each graph is a sample, i...
Dynamic array class for CSGObject pointers that creates an array that can be used like a list or an a...
virtual CFeatures * duplicate() const
EFeatureType
shogun feature type
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
Class CFactorGraph a factor graph is a structured input in general.
The class Features is the base class of all feature objects.
virtual ~CFactorGraphFeatures()
virtual EFeatureClass get_feature_class() const