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__(
4848 The stretching factor that influences the decomposition. Zero corresponds to no
4949 stretching present. Relatively insensitive and typically adjusted in powers of 10.
5050 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
5252 non-sparse data such as PDF. Can be used to improve results for sparse data such
5353 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.
5555 max_iter : int
5656 The maximum number of times to update each of A, X, and Y before stopping
5757 the optimization.
You can’t perform that action at this time.
0 commit comments