Hey guys,
I am still highly interested in soving this problem. I would be glad about any hints.
Best regards,
Christian
Search found 2 matches
[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- 19 Aug 2014 10:28
- Forum: Statistics, Clustering & Data Lab
- Topic: Coloring node according to longest path leading to this node
- Replies: 1
- Views: 2636
- 17 Jun 2014 09:35
- Forum: Statistics, Clustering & Data Lab
- Topic: Coloring node according to longest path leading to this node
- Replies: 1
- Views: 2636
Coloring node according to longest path leading to this node
Hey, I am quite new to this exiting program. I have a directed acyclic graph with nodes of indegree=0 and nodes of indegree>0. My goal is to assign colors to all nodes, based on the longest path leading to them. I have been looking online for a longest path function for gephi, but couldn’t find any ...