janarez / brain-connectivity

ML on FC matrices. Supporting code for diploma thesis at Charles Uni.
1 stars 2 forks source link

how to get pickle files for pearson, spearman and xi correlation methods #1

Open nish1009 opened 1 year ago

nish1009 commented 1 year ago

Hello,

Greetings of the day!

I am new to Python programming and ML/DL. I want to know how I can get the following files:

raw_matrices_pearson.pickle

raw_matrices_spearman.pickle

raw_matrices_xi.pickle

I am trying to run the code and can't find these files in the repository. Please help. 1

janarez commented 1 year ago

Hi, these files are generated once you run an experiment. Alternatively, you can generate them by calling calculate_correlation_matrix on your timeseries data (pass it the required CorrelationType).