You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several function take CNMF_results as an argument, including important visualization tools.
However, if the user has a W and H from some other algorithm, they must put in the CNMF_results struct first and set a number of parameters to nothing. I propose we either (a) overload these functions with their corresponding non-struct arguments or (b) change the last fields of the struct (l1_reg, l2_reg, ...) to a single field model_params which contains a dictionary.
The text was updated successfully, but these errors were encountered:
Several function take
CNMF_results
as an argument, including important visualization tools.However, if the user has a
W
andH
from some other algorithm, they must put in theCNMF_results
struct first and set a number of parameters tonothing
. I propose we either (a) overload these functions with their corresponding non-struct arguments or (b) change the last fields of the struct (l1_reg
,l2_reg
, ...) to a single fieldmodel_params
which contains a dictionary.The text was updated successfully, but these errors were encountered: