(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.
(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.