.mat files
LYF14020510036 opened this issue · 7 comments
Hello, I am a beginner of graph classification task. Could you tell me where is the code used to generate .mat files in folder data? If my graph benchmark datasets are downloaded from https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets, do I need only the dortmund2txt.m file instead of the mat2txt.m file?
Yes. The .mat files are following the WL kernel toolbox tradition, and are rarely used by graph neural networks. If you use dortmund datasets, you only need "dortmund2txt.m". All graph datasets used here are in txt formats.
并不需要labels有序。dortmund2txt.m 会自动处理成最终的txt格式。
感谢您的回复,对我很多帮助,想入坑图分类,节点分类,您的work很赞, 非常感谢开源您的code, 我尝试调试您的代码
Hi, please try to "clear all" before processing a new dataset.
非常感谢您的指导, 真的解决了