File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ class SNMFOptimizer:
29
29
The best guess (or while running, the current guess) for the matrix of
30
30
component weights.
31
31
rho : float
32
- The stretching factor that influences the decomposition. Zero corresponds to no
33
- stretching present. Relatively insensitive and typically adjusted in powers of 10.
32
+ The stretching factor that influences the decomposition. Zero corresponds to no
33
+ stretching present. Relatively insensitive and typically adjusted in powers of 10.
34
34
eta : float
35
35
The sparsity factor that influences the decomposition. Should be set to zero for
36
36
non-sparse data such as PDF. Can be used to improve results for sparse data such
37
37
as XRD, but due to instability, should be used only after first selecting the
38
38
best value for rho. Suggested adjustment is by powers of 2.
39
39
max_iter : int
40
- The maximum number of times to update each of stretch, components, and weights before stopping
41
- the optimization.
40
+ The maximum number of times to update each of stretch, components, and weights before stopping
41
+ the optimization.
42
42
tol : float
43
43
The convergence threshold. This is the minimum fractional improvement in the
44
44
objective function to allow without terminating the optimization. Note that
You can’t perform that action at this time.
0 commit comments