12 #ifndef _CTOPFEATURES__H__ 13 #define _CTOPFEATURES__H__ 15 #include <shogun/lib/config.h> 22 template <
class T>
class CDenseFeatures;
25 #ifndef DOXYGEN_SHOULD_SKIP_THIS 51 #endif // DOXYGEN_SHOULD_SKIP_THIS 108 int32_t compute_num_features();
116 bool compute_relevant_indizes(
CHMM* hmm, T_HMM_INDIZES* hmm_idx);
119 virtual const char*
get_name()
const {
return "TOPFeatures"; }
129 virtual float64_t* compute_feature_vector(
130 int32_t num, int32_t& len,
float64_t* target=NULL);
138 void compute_feature_vector(
float64_t* addr, int32_t num, int32_t& len);
T_HMM_INDIZES pos_relevant_indizes
T_HMM_INDIZES neg_relevant_indizes
virtual const char * get_name() const
The class TOPFeatures implements TOP kernel features obtained from two Hidden Markov models...
The class DenseFeatures implements dense feature matrices.
all of classes and functions are contained in the shogun namespace