Search found 7 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- 17 Apr 2013 16:09
- Forum: How-To and Troubleshooting
- Topic: Force Atlas hangs during dynamic
- Replies: 3
- Views: 3687
Re: Force Atlas hangs during dynamic
I found what the problem is: it's the no-overlap mode.
- 25 Jan 2013 10:03
- Forum:
- Topic: Inverse of PageRank
- Replies: 0
- Views: 634
Inverse of PageRank
Hi, I would like to rank my nodes (directed graph) using some function which is the inverse of PageRank, in the sense that I want nodes which "points" to many nodes and nodes which point to nodes which point to many nodes to be bigger. Is it possible?
Thanks
John
Thanks
John
- 14 Nov 2012 01:52
- Forum: QA: Ideas, Requests and Feedback
- Topic: Facebook and Gephi
- Replies: 0
- Views: 2998
Facebook and Gephi
Hello everyone, I would like to have some feedback about the app I developed with a friend of mine using the Gephi Toolkit. It allows you to see a clustered view of your friends and discover very interesting patterns. It is an html5 + javascript app so that you should be able to use it from almost a...
- 03 Nov 2012 08:26
- Forum:
- Topic: labelAdjust
- Replies: 2
- Views: 851
labelAdjust
Hi, I think the labelAdjust function is still not working on the toolkit, am I right? Is there a way to have my labels not overlapping? thanks 

- 19 Oct 2012 20:03
- Forum:
- Topic: Get modularity class of a node
- Replies: 0
- Views: 874
Get modularity class of a node
Hi everyone,
How can I get the moudularity class of a node? I mean, if I have run the modularity algorithm and I have 5 modularity classes, given a node I want to get its modularity class number (1,2,3,4 or 5).
Thanks for your help
How can I get the moudularity class of a node? I mean, if I have run the modularity algorithm and I have 5 modularity classes, given a node I want to get its modularity class number (1,2,3,4 or 5).
Thanks for your help
- 14 Oct 2012 06:39
- Forum:
- Topic: Partition by Modularity - Custom Colors
- Replies: 3
- Views: 1823
Re: Partition by Modularity - Custom Colors
Thank you so much for your reply, could you please show me an example code? I am a newbie but I am really interested in learning 

- 12 Oct 2012 23:25
- Forum:
- Topic: Partition by Modularity - Custom Colors
- Replies: 3
- Views: 1823
Partition by Modularity - Custom Colors
Hello everyone, I am partitioning nodes by modularity using random colors but they are quite bad, how can I change them using custom colors? My code for partition s here below. Thank you very much PartitionController partitionController = Lookup.getDefault().lookup(PartitionController.class); Partit...