1mlpack_radical(1) General Commands Manual mlpack_radical(1)
2
3
4
6 mlpack_radical - radical
7
9 mlpack_radical [-h] [-v]
10
12 An implementation of RADICAL, a method for independentcomponent analy‐
13 sis (ICA). Assuming that we have an input matrix X, thegoal is to find
14 a square unmixing matrix W such that Y = W * X and the dimensions of Y
15 are independent components. If the algorithm is runningparticularly
16 slowly, try reducing the number of replicates.
17
19 --input_file (-i) [string]
20 Input dataset filename for ICA.
21
23 --angles (-a) [int]
24 Number of angles to consider in brute-force search during Radi‐
25 cal2D. Default value 150.
26
27 --help (-h)
28 Default help info.
29
30 --info [string]
31 Get help on a specific module or option. Default value ''.
32 --noise_std_dev (-n) [double] Standard deviation of Gaussian
33 noise. Default value 0.175.
34
35 --objective (-O)
36 If set, an estimate of the final objective function is printed.
37
38 --replicates (-r) [int]
39 Number of Gaussian-perturbed replicates to use (per point) in
40 Radical2D. Default value 30.
41
42 --seed (-s) [int]
43 Random seed. If 0, 'std::time(NULL)' is used. Default value 0.
44
45 --sweeps (-S) [int]
46 Number of sweeps; each sweep calls Radical2D once for each pair
47 of dimensions. Default value
48
49 0.
50
51
52 --verbose (-v)
53 Display informational messages and the full list of parameters
54 and timers at the end of execution.
55
56 --version (-V)
57 Display the version of mlpack.
58
60 --output_ic_file (-o) [string] File to save independent components to.
61 Default value ''. --output_unmixing_file (-u) [string] File to save
62 unmixing matrix to. Default value ’'.
63
66 For further information, including relevant papers, citations, and the‐
67 ory, For further information, including relevant papers, citations, and
68 theory, consult the documentation found at http://www.mlpack.org or
69 included with your consult the documentation found at
70 http://www.mlpack.org or included with your DISTRIBUTION OF MLPACK.
71 DISTRIBUTION OF MLPACK.
72
73
74
75 mlpack_radical(1)