Wednesday, 7 August 2013

Graph partition algo with Neo4j graph database

Graph partition algo with Neo4j graph database

I know there has some famous graph partition algo tools like METIS which
is implemented by karypis Lab
(http://glaros.dtc.umn.edu/gkhome/metis/metis/overview)
but I wanna know is there any method to partition graph stored in Neo4j?
or I have to dump the Neo4j's data and transform the node and edge format
manually to fit the METIS input format?

No comments:

Post a Comment