I am a graduate student in computer science at Indiana University, Bloomington. For one of my research projects, i am working on calculating pageranks for a directed graph which is very sparse and has
Does anyone know if the Java Jung2 graph library provides the in-built capability to traverse a Digraph (directed graph) given a start Vector? I did see that there\'s a BFSDistanceLabeler class that r
I am trying to get a sample program working with JUNG, a graphing tool in Java. I downloaded and referenced all the .jar files in eclipse so my project hierarchy looks like this:
i am using jung to visually display large data sets, (1000s of nodes) but the system becom开发者_StackOverflowes very laggy when I zoom in or out, or move a node. Is there anyway to improve the render
I\'m new to JUNG. I tried to draw a graph of a tree using the TreeLayout but the tree never comes out like a real tree. Every time the开发者_开发百科 tree looks different. How can I make the tree look
Graph < Integer, Integer> g = new SparseMultigraph<Integer, Integer>(); g.addVertex(1);g.addVertex(2);g.addVertex(3);
I am using JUNG for a pr开发者_运维问答oject and when I am displaying relatively large graphs eg 1500 nodes, my pc would not be able to handle it (graphs are rendered but If I want to navigate the gra
I am new to JUNG, can any one show me 开发者_运维问答how to import a GraphML to JUNG.I\'m not sure if you\'re working with a database, but if you are this is very easy with Neo4J. Neo4J supports impor
I am new to JUNG, I can display g开发者_如何学Goraphs in 2D but can anyone show me how to show 3d graphs.You can\'t do this with JUNG from what I know. However you could use something like UbiGraph wh
I\'m using JUNG ( http://jung.sourceforge.net/index.html ) to draw graphics in java. The software is great but I have a small question. How can I be sure that th开发者_如何转开发e displayed graph is e