13 #ifndef _SIMPLEFEATURES__H__
14 #define _SIMPLEFEATURES__H__
24 template<
class ST>
class CStringFeatures;
25 template<
class ST>
class CSimpleFeatures;
26 template<
class ST>
class SGMatrix;
360 virtual bool reshape(int32_t p_num_features, int32_t p_num_vectors);
405 float64_t* vec2, int32_t vec2_len,
bool abs_val =
false);
436 #ifndef DOXYGEN_SHOULD_SKIP_THIS
438 struct simple_feature_iterator
500 inline virtual const char*
get_name()
const {
return "SimpleFeatures"; }
543 #endif // _SIMPLEFEATURES__H__