File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ def __init__(
48
48
The stretching factor that influences the decomposition. Zero corresponds to no
49
49
stretching present. Relatively insensitive and typically adjusted in powers of 10.
50
50
eta : float
51
- The sparsity factor than influences the decomposition. Should be set to zero for
51
+ The sparsity factor that influences the decomposition. Should be set to zero for
52
52
non-sparse data such as PDF. Can be used to improve results for sparse data such
53
53
as XRD, but due to instability, should be used only after first selecting the
54
- best value for rho.
54
+ best value for rho. Suggested adjustment is by powers of 2.
55
55
max_iter : int
56
56
The maximum number of times to update each of A, X, and Y before stopping
57
57
the optimization.
You can’t perform that action at this time.
0 commit comments