.\"Text automatically generated by txt2man .TH hmm_loglik "1" "" "" .SH NAME \fBhmm_loglik \fP- hidden markov model (hmm) sequence log-likelihood .SH SYNOPSIS .nf .fam C \fBhmm_loglik\fP [\fB-h\fP] [\fB-v\fP] \fB-i\fP \fIstring\fP \fB-m\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 evaluates the log-likelihood of a given sequence of observations (\fB--input_file\fP). The computed log-likelihood is given directly to stdout. .SH REQUIRED OPTIONS .TP .B \fB--input_file\fP (\fB-i\fP) [\fIstring\fP] File containing observations, .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--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.