jung
Calculating pageranks for a sparse directed graph with high percentage of deadlinks
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[详细]
2023-01-15 13:16 分类:问答Can the Jung2 graph library traverse a digraph
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[详细]
2023-01-15 06:02 分类:问答Code jumps out of a jar and runs? What is causing this?
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:[详细]
2023-01-01 13:41 分类:问答Improve the rendering of a JUNG graph
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[详细]
2022-12-28 09:14 分类:问答how can i draw a tree hierarchy using JUNG?
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[详细]
2022-12-25 22:32 分类:问答Creating an adjacency Matrix from a JUNG Graph
Graph < Integer, Integer> g = new SparseMultigraph<Integer, Integer>(); g.addVertex(1);g.addVertex(2);g.addVertex(3);[详细]
2022-12-22 00:50 分类:问答JUNG cannot display large graphs?
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[详细]
2022-12-21 15:52 分类:问答Importing GraphML files in JUNG
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[详细]
2022-12-20 16:10 分类:问答Displaying 3D graphs using JUNG
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[详细]
2022-12-20 16:09 分类:问答Can Jung graphics appear in the same place every time?
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[详细]
2022-12-20 13:04 分类:问答