dawenzi123 / DAGCN

Dual Attention Graph Convolutional Network
MIT License
87 stars 22 forks source link

.mat data #3

Closed tiredDi closed 4 years ago

tiredDi commented 5 years ago

Thanks for your sharing I opened the .mat file and can't understand this data's inforamtion, Could you tell me what it meas and how can I generate a xx.mat file Looking forward to your reply

Kevin-chen-sheng commented 5 years ago

Hello, have you solved this problem?

dawenzi123 commented 4 years ago

Sorry for the late reply

Check the "data/README.md" for the format.

There are two preprocessing scripts in MATLAB: "mat2txt.m" transforms .mat graphs (from Weisfeiler-Lehman Graph Kernel Toolbox), "dortmund2txt.m" transforms graph benchmark datasets downloaded from https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets

Kevin-chen-sheng commented 4 years ago

From the above url, I can't find the two scripts you mentioned