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

NAME

6       mlpack_gmm_generate - gmm sample generator
7

SYNOPSIS

9        mlpack_gmm_generate [-h] [-v]
10

DESCRIPTION

12       This  program  is  able to generate samples from a pre-trained GMM (use
13       gmm_train to train a GMM). It loads a GMM from the file specified  with
14       --input_model_file  (-m),  and  generates a number of samples from that
15       model; the number of samples is specified by the --samples (-n) parame‐
16       ter.The output samples are saved in the file specified by --output_file
17       (-o).
18

REQUIRED INPUT OPTIONS

20       --input_model_file (-m) [string] File containing input GMM model.
21
22       --samples (-n) [int]
23              Number of samples to generate.
24

OPTIONAL INPUT OPTIONS

26       --help (-h)
27              Default help info.
28
29       --info [string]
30              Get help on a specific module or option.  Default value ''.
31
32       --seed (-s) [int]
33              Random seed. If 0, 'std::time(NULL)' is used.  Default value 0.
34
35       --verbose (-v)
36              Display informational messages and the full list  of  parameters
37              and timers at the end of execution.
38
39       --version (-V)
40              Display the version of mlpack.
41

OPTIONAL OUTPUT OPTIONS

43       --output_file (-o) [string]
44              File to save output samples in. Default value ’'.
45

ADDITIONAL INFORMATION

ADDITIONAL INFORMATION

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