12 #ifndef _CTOPFEATURES__H__ 13 #define _CTOPFEATURES__H__ 20 template <
class T>
class CDenseFeatures;
23 #ifndef DOXYGEN_SHOULD_SKIP_THIS 49 #endif // DOXYGEN_SHOULD_SKIP_THIS 106 int32_t compute_num_features();
114 bool compute_relevant_indizes(
CHMM* hmm, T_HMM_INDIZES* hmm_idx);
117 virtual const char*
get_name()
const {
return "TOPFeatures"; }
127 virtual float64_t* compute_feature_vector(
128 int32_t num, int32_t& len,
float64_t* target=NULL);
136 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