.\"Text automatically generated by txt2man .TH hmm_generate "1" "" "" .SH NAME \fBhmm_generate \fP- hidden markov model (hmm) sequence generator .SH SYNOPSIS .nf .fam C \fBhmm_generate\fP [\fB-h\fP] [\fB-v\fP] \fB-l\fP \fIint\fP \fB-m\fP \fIstring\fP [\fB-o\fP \fIstring\fP] [\fB-s\fP \fIint\fP] [\fB-t\fP \fIint\fP] [\fB-S\fP \fIstring\fP] \fB-V\fP .fam T .fi .fam T .fi .SH DESCRIPTION This utility takes an already-trained HMM (\fB--model_file\fP) and generates a random observation sequence and hidden state sequence based on its parameters, saving them to the specified files (\fB--output_file\fP and \fB--state_file\fP) .SH REQUIRED OPTIONS .TP .B \fB--length\fP (\fB-l\fP) [\fIint\fP] Length of sequence to generate. .TP .B \fB--model_file\fP (\fB-m\fP) [\fIstring\fP] File containing HMM (XML). .SH OPTIONS .TP .B \fB--help\fP (\fB-h\fP) Default help info. .TP .B \fB--info\fP [\fIstring\fP] Get help on a specific module or option. Default value ''. .TP .B \fB--output_file\fP (\fB-o\fP) [\fIstring\fP] File to save observation sequence to. Default value 'output.csv'. .TP .B \fB--seed\fP (\fB-s\fP) [\fIint\fP] Random seed. If 0, 'std::time(NULL)' is used. Default value 0. .TP .B \fB--start_state\fP (\fB-t\fP) [\fIint\fP] Starting state of sequence. Default value 0. .TP .B \fB--state_file\fP (\fB-S\fP) [\fIstring\fP] File to save hidden state sequence to (may be left unspecified. Default value ''. .TP .B \fB--verbose\fP (\fB-v\fP) Display informational messages and the full list of parameters and timers at the end of execution. .TP .B \fB--version\fP (\fB-V\fP) Display the version of mlpack. .SH ADDITIONAL INFORMATION For further information, including relevant papers, citations, and theory, consult the documentation found at http://www.mlpack.org or included with your distribution of MLPACK.