We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db94c commit 4c05888Copy full SHA for 4c05888
src/diffpy/snmf/snmf_class.py
@@ -83,7 +83,7 @@ def __init__(
83
----------
84
source_matrix : ndarray
85
The data to be decomposed. Shape is (length_of_signal, number_of_conditions).
86
- init_weights : ndarray Optional Default = rng.beta(a=2.5, b=1.5, size=(n_components, n_signals))
+ init_weights : ndarray Optional Default = rng.beta(a=2.0, b=2.0, size=(n_components, n_signals))
87
The initial guesses for the component weights at each stretching condition.
88
Shape is (number_of_components, number_of_signals) Must provide exactly one
89
of this or n_components.
0 commit comments