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

NAME

6       mlpack_gmm_probability - gmm probability calculator
7

SYNOPSIS

9        mlpack_gmm_probability [-h] [-v]
10

DESCRIPTION

12       This  program  calculates the probability that given points came from a
13       given GMM (that is,  P(X  |  gmm)).  The  GMM  is  specified  with  the
14       --input_model_file  option,  and  the  points  are  specified  with the
15       --input_file option. The output probabilities are stored  in  the  file
16       specified by the --output_file option.
17

REQUIRED INPUT OPTIONS

19       --input_file (-i) [string]
20              File  containing  points.  --input_model_file (-m) [string] File
21              containing input GMM.
22

OPTIONAL INPUT OPTIONS

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

OPTIONAL OUTPUT OPTIONS

38       --output_file (-o) [string]
39              File to save calculated probabilities to.  Default value ''.
40

ADDITIONAL INFORMATION

ADDITIONAL INFORMATION

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