12 #ifndef _CFKFEATURES__H__
13 #define _CFKFEATURES__H__
23 template <
class T>
class CDenseFeatures;
107 virtual const char*
get_name()
const {
return "FKFeatures"; }
118 int32_t num, int32_t& len,
float64_t* target=NULL);
float64_t set_opt_a(float64_t a=-1)
The class DenseFeatures implements dense feature matrices.
float64_t deriv_a(float64_t a, int32_t dimension=-1)
virtual const char * get_name() const
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
virtual float64_t * set_feature_matrix()
void set_models(CHMM *p, CHMM *n)
The class FKFeatures implements Fischer kernel features obtained from two Hidden Markov models...