11 #ifndef _PLUGINESTIMATE_H___
12 #define _PLUGINESTIMATE_H___
84 uint16_t* vector, int32_t len)
96 uint16_t obs, int32_t position)
133 int32_t &seq_length, int32_t &num_symbols)
142 pos_params = log_pos_trans.
vector;
144 neg_params = log_neg_trans.
vector;
161 int32_t seq_length, int32_t num_symbols)
175 ASSERT(seq_length*num_symbols==num_params);
201 inline virtual const char*
get_name()
const {
return "PluginEstimate"; }