11 #ifndef _DREALFILEFEATURES__H__ 12 #define _DREALFILEFEATURES__H__ 14 #include <shogun/lib/config.h> 66 virtual const char*
get_name()
const {
return "RealFileFeatures"; }
77 int32_t num, int32_t& len,
float64_t* target=NULL);
int32_t get_label(int32_t idx)
virtual float64_t * load_feature_matrix()
virtual ~CRealFileFeatures()
virtual float64_t * compute_feature_vector(int32_t num, int32_t &len, float64_t *target=NULL)
The class DenseFeatures implements dense feature matrices.
all of classes and functions are contained in the shogun namespace
virtual const char * get_name() const
The class RealFileFeatures implements a dense double-precision floating point matrix from a file...