11 #ifndef _DREALFILEFEATURES__H__
12 #define _DREALFILEFEATURES__H__
66 virtual const char*
get_name()
const {
return "RealFileFeatures"; }
77 int32_t num, int32_t& len,
float64_t* target=NULL);
The class DenseFeatures implements dense feature matrices.
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)
all of classes and functions are contained in the shogun namespace
The class RealFileFeatures implements a dense double-precision floating point matrix from a file...
virtual const char * get_name() const