1mlpack_hmm_generate(1) General Commands Manual mlpack_hmm_generate(1)
2
3
4
6 mlpack_hmm_generate - hidden markov model (hmm) sequence generator
7
9 mlpack_hmm_generate [-h] [-v]
10
12 This utility takes an already-trained HMM (--model_file) and generates
13 a random observation sequence and hidden state sequence based on its
14 parameters, saving them to the specified files (--output_file and
15 --state_file)
16
18 --length (-l) [int]
19 Length of sequence to generate.
20
21 --model_file (-m) [string]
22 File containing HMM.
23
25 --help (-h)
26 Default help info.
27
28 --info [string]
29 Get help on a specific module or option. Default value ''.
30
31 --seed (-s) [int]
32 Random seed. If 0, 'std::time(NULL)' is used. Default value 0.
33
34 --start_state (-t) [int]
35 Starting state of sequence. Default value 0.
36
37 --verbose (-v)
38 Display informational messages and the full list of parameters
39 and timers at the end of execution.
40
41 --version (-V)
42 Display the version of mlpack.
43
45 --output_file (-o) [string]
46 File to save observation sequence to. Default value ''.
47
48 --state_file (-S) [string]
49 File to save hidden state sequence to. Default value ''.
50
53 For further information, including relevant papers, citations, and the‐
54 ory, For further information, including relevant papers, citations, and
55 theory, consult the documentation found at http://www.mlpack.org or
56 included with your consult the documentation found at
57 http://www.mlpack.org or included with your DISTRIBUTION OF MLPACK.
58 DISTRIBUTION OF MLPACK.
59
60
61
62 mlpack_hmm_generate(1)