Skip to content

Commit

Permalink
update MA demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorabi59 committed Nov 20, 2023
1 parent 56f8c1f commit ded01a2
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 252 deletions.
304 changes: 53 additions & 251 deletions multi_analysis_demo.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion multi_analysis_dfc/dfc_methods/sliding_window_clustr.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def estimate_FCS(self, time_series):
if dFC_raw.n_time<self.params['n_subj_clstrs']:
print( \
'Number of subject-level clusters cannot be more than SW dFC samples! n_subj_clstrs was changed to ' \
+ str(dFC_raw.n_time))
+ str(dFC_raw.n_time) + '. This change will cause problems in similarity assessment.')
self.params['n_subj_clstrs'] = dFC_raw.n_time

FCS, _ = self.cluster_FC( \
Expand Down

0 comments on commit ded01a2

Please sign in to comment.