How to load my data into a GraphML file for ease of use in Prefuse?

I am trying to create some graphs with prefuse, and it seems that the easiest way to load data into prefuse is to use a GraphML file.

Is there an easy way to write these files from my data?

Or is there an easier way to load my data into prefuse?

thank

+3
source share
3 answers

yEd can export graphs in GraphML format and JGraphT has GraphMLExporter . Leaves a problem on how to get data in these products or libraries. But at least both can create the desired format.

- GraphML XML, jdom dom4j DOM, XML . .

+4

Network Workbench, , . .

, NWB, GraphML, NWB , Prefuse.

, , NWB.

+3
0

Source: https://habr.com/ru/post/1731613/


All Articles