cornell-zhang / GraphZoom

GraphZoom: A Multi-level Spectral Approach for Accurate and Scalable Graph Embedding
BSD 3-Clause "New" or "Revised" License
113 stars 15 forks source link

how can i run graphzoom with my own graph #31

Open LouisDRR opened 2 weeks ago

LouisDRR commented 2 weeks ago

How can i run graphzoom with my own graph data? I would appreciate your immediate attention to this issue.

Chenhui1016 commented 2 weeks ago

Hi,

You can follow files here to generate input data for GraphZoom.

LouisDRR commented 2 weeks ago

I need more details about the files. If my graph is an undirected graph, each edge has a weight, and the nodes also have a weight, which is an integer. In this case, what is the content of the xxx-feat.npy file? Is it about node weights? What is the structure of this numpy array? And what is class-map.json?

LouisDRR commented 2 weeks ago

Hi,

You can follow files here to generate input data for GraphZoom.

Hi,I would need more details about the files. If my graph is an undirected graph, each edge has a weight, and the nodes also have a weight, which is an integer. In this case, what is the content of the xxx-feat.npy file? Or do I need to use graph-fusion? And what is class-map.json? I'm a new men to this field, sorry to bother you.