1mlpack_hmm_viterbi(1)       General Commands Manual      mlpack_hmm_viterbi(1)
2
3
4

NAME

6       mlpack_hmm_viterbi - hidden markov model (hmm) viterbi state prediction
7

SYNOPSIS

9        mlpack_hmm_viterbi [-h] [-v]
10

DESCRIPTION

12       This  utility takes an already-trained HMM (--model_file) and evaluates
13       the most probably hidden state sequence of a given sequence of observa‐
14       tions  (--input_file),  using the Viterbi algorithm. The computed state
15       sequence is saved to the specified output file (--output_file).
16

REQUIRED INPUT OPTIONS

18       --input_file (-i) [string]
19              File containing observations,
20
21       --model_file (-m) [string]
22              File containing HMM.
23

OPTIONAL INPUT OPTIONS

25       --help (-h)
26              Default help info.
27
28       --info [string]
29              Get help on a specific module or option.  Default value ''.
30
31       --verbose (-v)
32              Display informational messages and the full list  of  parameters
33              and timers at the end of execution.
34
35       --version (-V)
36              Display the version of mlpack.
37

OPTIONAL OUTPUT OPTIONS

39       --output_file (-o) [string]
40              File to save predicted state sequence to.  Default value ''.
41

ADDITIONAL INFORMATION

ADDITIONAL INFORMATION

44       For further information, including relevant papers, citations, and the‐
45       ory, For further information, including relevant papers, citations, and
46       theory,  consult  the  documentation  found at http://www.mlpack.org or
47       included   with   your   consult    the    documentation    found    at
48       http://www.mlpack.org  or  included  with  your DISTRIBUTION OF MLPACK.
49       DISTRIBUTION OF MLPACK.
50
51
52
53                                                         mlpack_hmm_viterbi(1)
Impressum