Hello -
Apologies in advance if this is documented somewhere. A search of the forums and the Internet did not provide me with any answers.
Given a initial set of nodes, I'm trying to create both the reachable and induced subgraphs of that set based on my original directed graph. I can write the code to do this, but hoped that the mechanism already existed in Gephi.
Any suggestions or references would be greatly appreciated.
Thank you.
David
Reachable and induced subgraphs
-
- Posts:16
- Joined:20 May 2011 01:28 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Reachable and induced subgraphs
Just a clarification of my original question. I am trying to find the reachable subgraph given a set of 27 nodes using only the outlinks from the nodes. For this reason, the neighbors network doesn't work for me unless there is a way to specify link direction that I'm not seeing.
More broadly, I can't find a filter that allows me to get edges based on direction given a set of starting nodes. The source and target nodes (i.e., attribute values) of an edge do not seem to be accessible within the filters.
Any advice/suggestions would be appreciated.
Thank you,
David
More broadly, I can't find a filter that allows me to get edges based on direction given a set of starting nodes. The source and target nodes (i.e., attribute values) of an edge do not seem to be accessible within the filters.
Any advice/suggestions would be appreciated.
Thank you,
David