.\" Text automatically generated by txt2man .TH mlpack_gmm_generate "26 December 2016" "" "" .SH NAME \fBmlpack_gmm_generate \fP- gmm sample generator .SH SYNOPSIS .nf .fam C \fBmlpack_gmm_generate\fP [\fB-h\fP] [\fB-v\fP] .fam T .fi .fam T .fi .SH DESCRIPTION This program is able to generate samples from a pre-trained GMM (use gmm_train to train a GMM). It loads a GMM from the file specified with \fB--input_model_file\fP (\fB-m\fP), and generates a number of samples from that model; the number of samples is specified by the \fB--samples\fP (\fB-n\fP) parameter.The output samples are saved in the file specified by \fB--output_file\fP (\fB-o\fP). .SH REQUIRED INPUT OPTIONS \fB--input_model_file\fP (\fB-m\fP) [string] File containing input GMM model. .TP .B \fB--samples\fP (\fB-n\fP) [int] Number of samples to generate. .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--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 output samples in. Default value \(cq'. .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.