Skip to content

Refitting On_ACID results #1196

Discussion options

You must be logged in to vote

You should be able to pass in the spatial footprints you find a the end of OnACID-E to the OnACID constructor as Ain, see here:

Ain: csc_matrix, optional
binary masked for seeded initialization as a Compressed Sparse Column matrix.
To use set ``"init_method"`` to ``"seeded"``

I wonder what you would get if you gave it the existing model instead? I would try:

oncacid_obj # from previous run

onacid_iter2 = OnACID(params=same_params, Ain=onacid_obj.estimates.A)

# not entirely sure what this would do, Johanness would have a better answer
onacid_iter2 = OnACID(params=same_params, est…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@StoyoKaramihalev
Comment options

@kushalkolar
Comment options

@StoyoKaramihalev
Comment options

Answer selected by StoyoKaramihalev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants