Open immortal13 opened 3 years ago
Perhaps, you can find the answer in METIS. Metis only partitions the nodes into
If you know DGL, the dgl.node_subgraph function can help split the features.
thank you very much! It is very helpful.
How to generate the three files in this ’input‘ when i wanna run the new dataset?
(st, parts) = metis.part_graph(self.graph, self.args.cluster_number)
Thanks for your awesome code, could you please tell me how metis conduct the graph partition? Cause the self.graph here doesn't include the information about edge weights and feature attributes.