xiaotingsong / dGLCN

The codes are from MICCAI 2022, "Dual-graph Learning Convolutional Networks for Interpretable Alzheimer’s Disease Diagnosis"
18 stars 3 forks source link

how to get .mat #1

Open xywhat opened 1 year ago

xywhat commented 1 year ago

I have download data from ADNI, but how to transform it to .mat. and could you please tell me your data source, ANDI2 OR aADNI1?

Huahuoy commented 11 months ago

I have a question about your code and data, in the mat format file of the ROI extracted from fmri, the rows represent the time and the columns represent the ROI, which is supposed to be a matrix, but I see that your code in features.mat gets the features for all people, n*d, then the features for each subject is a one dimensional vector, may I ask How did you get that?

xiaotingsong commented 11 months ago

Thanks for your interest in our paper. The data I used is ADNI1, you can download it and preprocess it in the link within the paper. However, according to the secret policy of the lab, I can not publicize the data. Thanks for your understanding. The `subjects' means samples, but usually refer to patients in medical data. You can just consider it as samples, while feature graph means the ROIs. Please Let me know if you have any questions.