11 #ifndef __FACTORGRAPH_FEATURES_H__ 12 #define __FACTORGRAPH_FEATURES_H__ 14 #include <shogun/lib/config.h> 67 virtual const char*
get_name()
const {
return "FactorGraphFeatures"; }
CDynamicObjectArray * m_samples
virtual const char * get_name() const
virtual EFeatureType get_feature_type() const
virtual CFeatures * duplicate() const
CFactorGraph * get_sample(index_t idx)
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...
EFeatureType
shogun feature type
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 int32_t get_num_vectors() const
virtual EFeatureClass get_feature_class() const
virtual ~CFactorGraphFeatures()