38 bool new_hmm(int32_t n, int32_t m);
40 bool load(
char* filename);
42 bool save(
char* filename,
bool is_binary=
false);
67 bool append_model(
char* filename, int32_t base1=-1, int32_t base2=-1);
76 int32_t num_iterations=100,
float64_t epsilon=0.001);
82 bool best_path(int32_t from=0, int32_t to=100);
86 bool normalize(
bool keep_dead_states=
false);
91 bool save_path(
char* filename,
bool is_binary=
false);
156 inline virtual const char*
get_name()
const {
return "GUIHMM"; }