.\" Text automatically generated by txt2man .TH mlpack_hmm_generate "26 December 2016" "" "" .SH NAME \fBmlpack_hmm_generate \fP- hidden markov model (hmm) sequence generator .SH SYNOPSIS .nf .fam C \fBmlpack_hmm_generate\fP [\fB-h\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 INPUT OPTIONS .TP .B \fB--length\fP (\fB-l\fP) [int] Length of sequence to generate. .TP .B \fB--model_file\fP (\fB-m\fP) [string] File containing HMM. .SH OPTIONAL INPUT OPTIONS .TP .B \fB--help\fP (\fB-h\fP) Default help info. .TP .B \fB--info\fP [string] Get help on a specific module or option. Default value ''. .TP .B \fB--seed\fP (\fB-s\fP) [int] Random seed. If 0, 'std::time(NULL)' is used. Default value 0. .TP .B \fB--start_state\fP (\fB-t\fP) [int] Starting state of sequence. Default value 0. .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 OPTIONAL OUTPUT OPTIONS .TP .B \fB--output_file\fP (\fB-o\fP) [string] File to save observation sequence to. Default value ''. .TP .B \fB--state_file\fP (\fB-S\fP) [string] File to save hidden state sequence to. Default value ''. .SH ADDITIONAL INFORMATION .SH ADDITIONAL INFORMATION For further information, including relevant papers, citations, and theory, For further information, including relevant papers, citations, and theory, consult the documentation found at http://www.mlpack.org or included with your consult the documentation found at http://www.mlpack.org or included with your DISTRIBUTION OF MLPACK. DISTRIBUTION OF MLPACK.