[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2012-11-28T05:22:43+01:00 https://forum-gephi.org/app.php/feed/topic/2064 2012-11-28T05:22:43+01:002012-11-28T05:22:43+01:00 https://forum-gephi.org/viewtopic.php?t=2064&p=7711#p7711 <![CDATA[Re: gexf4j]]>
I did't find the post on that link in github mentioned by following post, so I asked here again.

Statistics:Posted by metapost — 28 Nov 2012 05:22


]]>
2012-08-15T11:26:40+01:002012-08-15T11:26:40+01:00 https://forum-gephi.org/viewtopic.php?t=2064&p=7095#p7095 <![CDATA[Re: gexf4j]]>
I advise you put your questions on the github issue tracker of gexf4j: https://github.com/francesco-ficarola/gexf4j

Statistics:Posted by admin — 15 Aug 2012 11:26


]]>
2012-08-15T11:09:28+01:002012-08-15T11:09:28+01:00 https://forum-gephi.org/viewtopic.php?t=2064&p=7094#p7094 <![CDATA[gexf4j]]> I'm unsure where to post my questions, ignore, move or delete this thread if it's at a completely wrong place.
I'm combining crawler4j and gexf4j to create graphs of websites where nodes are pages and links are the edges.

Now to my questions:
- Why isn't it possible to create parallel edges? (Is this because it's not in the standard of gexf1.2, or because gephi doesn't support it? I couldn't find out)
- As I'm crawling a page, I need to connect the pages(nodes) with links(edges), the only way to add a new edge to the graph is by using Node.connectTo(String, Node), am I right? But sometimes it could be necessary to connect a node which doesn't exist by now (In my case when the target page isn't crawled yet, So I create dummy nodes which are later on filled with infos. Again that leads to another problem as it doesn't seem possible to me to easily get a node from the graph. Shouldn't there be something like Graph.getNodeById(id) ?)

I got around those problems by creating the according methods, and am willing to commit those to the repository, but would appreciate if the maintainer would have a look at it first. Or maybe it's like that by design and I don't understand it.

Regards

Statistics:Posted by korhaga — 15 Aug 2012 11:09


]]>