[FIXED] Simulation of OSN's
-
- Posts:10
- Joined:21 Aug 2011 19:14 [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
Hello everybody,
I want to write program that simulates an OSN as good as possible.
The core attitudes should be: Clustering, power-law behaviour, small-world behavior.
I already have read some theoretical papers and approaches about this topic, but what I didn’t find yet, is an implementation of a growing network. Does anybody have some experiences on this topic? Maybe someone who wrote an algorithm for a growing network?
Anything will help me
Thank you in advance!
I want to write program that simulates an OSN as good as possible.
The core attitudes should be: Clustering, power-law behaviour, small-world behavior.
I already have read some theoretical papers and approaches about this topic, but what I didn’t find yet, is an implementation of a growing network. Does anybody have some experiences on this topic? Maybe someone who wrote an algorithm for a growing network?
Anything will help me
Thank you in advance!
-
- Posts:1
- Joined:22 Aug 2011 08:55 [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: Simulation of OSN's
I'm also very interested in social community detection on growing graph, waiting for some one to help.
Re: Simulation of OSN's
As for the algorithm for a growing network you can try my plugin:
http://gephi.org/plugins/complex-generators/
Please beware of the Erdos-Renyi Gnp generator - it has got a little bug that will be removed in a future release (in September). There is also a little bug in the Generalized Barabasi Albert generator. If you're interested in the implementation you can download it from: https://code.launchpad.net/~gephi.team/gephi/generators Both bugs have been removed since 2068 rev.
http://gephi.org/plugins/complex-generators/
Please beware of the Erdos-Renyi Gnp generator - it has got a little bug that will be removed in a future release (in September). There is also a little bug in the Generalized Barabasi Albert generator. If you're interested in the implementation you can download it from: https://code.launchpad.net/~gephi.team/gephi/generators Both bugs have been removed since 2068 rev.
-
- Posts:10
- Joined:21 Aug 2011 19:14 [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: Simulation of OSN's
Thanks, that is great work!
Yes, I am indeed interested in the implementation!
As there exists a few other approaches, e.g. from Kumar et al. or the ALL-OR-NONE MODEL from Krapivsky and Lambionette, I would like to try to implement these approaches for Gephi....
Yes, I am indeed interested in the implementation!
As there exists a few other approaches, e.g. from Kumar et al. or the ALL-OR-NONE MODEL from Krapivsky and Lambionette, I would like to try to implement these approaches for Gephi....
-
- Posts:10
- Joined:21 Aug 2011 19:14 [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: Simulation of OSN's
hey,
I have some troubles getting started the developing environmet.
I foloowed all the steps from http://wiki.gephi.org/index.php?title=G ... r_Handbook
and everything went well.
However, I have two (little) problems. the one is, how can I run gephi out of Netbeans?
simpy clicking on throws an exeption in a code fragment I'm not (yet) familiar with:
the other thing is: were do I store the Code of the Generators? I assume in usr/gephi/generators
How do I then make it visible to NetBeans?
thanks!
I have some troubles getting started the developing environmet.
I foloowed all the steps from http://wiki.gephi.org/index.php?title=G ... r_Handbook
and everything went well.
However, I have two (little) problems. the one is, how can I run gephi out of Netbeans?
simpy clicking on throws an exeption in a code fragment I'm not (yet) familiar with:
Code: Select all
C:\Program Files\NetBeans 7.0.1\harness\suite.xml:184: The following error occurred while executing this line:
C:\Program Files\NetBeans 7.0.1\harness\build.xml:174: No dependent module org.netbeans.libs.junit4
How do I then make it visible to NetBeans?
thanks!
- mbastian
- Gephi Architect
- Posts:728
- Joined:10 Dec 2009 10:11
- Location:San Francisco, CA [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: Simulation of OSN's
I've seen that error before. Gephi uses JUnit but since Netbeans 7.0 JUnit is not shipped by default anymore. However when you open the Gephi project Netbeans should ask you if you want to install the JUnit plugin. If not, you can install the JUnit plugin from the Tools > Plugins menu in Netbeans.C:\Program Files\NetBeans 7.0.1\harness\suite.xml:184: The following error occurred while executing this line:
C:\Program Files\NetBeans 7.0.1\harness\build.xml:174: No dependent module org.netbeans.libs.junit4
- eduramiba
- Gephi Code Manager
- Posts:1064
- Joined:22 Mar 2010 15:30
- Location:Madrid, Spain [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: Simulation of OSN's
Hi,Lentin wrote:hey,
I have some troubles getting started the developing environmet.
I foloowed all the steps from http://wiki.gephi.org/index.php?title=G ... r_Handbook
and everything went well.
However, I have two (little) problems. the one is, how can I run gephi out of Netbeans?
simpy clicking on throws an exeption in a code fragment I'm not (yet) familiar with:the other thing is: were do I store the Code of the Generators? I assume in usr/gephi/generatorsCode: Select all
C:\Program Files\NetBeans 7.0.1\harness\suite.xml:184: The following error occurred while executing this line: C:\Program Files\NetBeans 7.0.1\harness\build.xml:174: No dependent module org.netbeans.libs.junit4
How do I then make it visible to NetBeans?
thanks!
Read this answer https://answers.launchpad.net/gephi/+question/167037
Unfortunately it is very common that Netbeans fails to install libraries like junit when Netbeans is under Program files (I think it is because of file permissions issues).
Eduardo,
- mbastian
- Gephi Architect
- Posts:728
- Joined:10 Dec 2009 10:11
- Location:San Francisco, CA [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: Simulation of OSN's
Eduardo can you file a Netbeans bug? I'm not sure we have all the elements to reproduce it but maybe they have some suggestions. I also would like to know why they removed JUnit in the first place.
- eduramiba
- Gephi Code Manager
- Posts:1064
- Joined:22 Mar 2010 15:30
- Location:Madrid, Spain [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: Simulation of OSN's
They have this bug reported at http://netbeans.org/bugzilla/show_bug.cgi?id=196500 and http://netbeans.org/bugzilla/show_bug.cgi?id=200397
These descriptions are exactly what happened to me with a netbeans with installer (now I use zip distribution).
I am going to comment about it possibly being about file permissions there.
About JUnit, I think they removed it because of license issues.
Eduardo
These descriptions are exactly what happened to me with a netbeans with installer (now I use zip distribution).
I am going to comment about it possibly being about file permissions there.
About JUnit, I think they removed it because of license issues.
Eduardo
- mbastian
- Gephi Architect
- Posts:728
- Joined:10 Dec 2009 10:11
- Location:San Francisco, CA [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: Simulation of OSN's
I'm happy to announce we solved this problem, forever.
The Netbeans Plaform is now included in the source (in the platform folder) so we don't need Netbeans anymore. In addition the JUnit libs are there too
To build Gephi one can just run 'ant' in command-line or from Netbeans.
The Netbeans Plaform is now included in the source (in the platform folder) so we don't need Netbeans anymore. In addition the JUnit libs are there too
To build Gephi one can just run 'ant' in command-line or from Netbeans.