[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) 2014-05-09T14:29:31+01:00 https://forum-gephi.org/app.php/feed/topic/2954 2014-05-09T14:29:31+01:002014-05-09T14:29:31+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=10319#p10319 <![CDATA[Re: Number of communities while running Modularity]]>
________________________

Aion Kinah | Fut Coins

Statistics:Posted by futcoinsboy — 09 May 2014 14:29


]]>
2013-10-09T03:30:06+01:002013-10-09T03:30:06+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9421#p9421 <![CDATA[Re: Number of communities while running Modularity]]>
The algorithm that I couldn't remember earlier is about finding center-piece subgraphs. There is a paper about it at http://www.cs.cmu.edu/~christos/PUBLICA ... 06CePS.pdf. Also the author has given link to Matlab code for the implementation at his website: http://www.cs.cmu.edu/~htong/sel.htm.

Given Q nodes in a social network (say, authorship network), how can we find the node/author that is the centerpiece, and has direct or indirect connections to all, or most of them?

Apparently it's still not exactly what you are looking for. Good luck regardless!
Yes, it is not exactly what i need but is more closely related. A very interesting paper.
Thanks again!

Statistics:Posted by Ramonero — 09 Oct 2013 03:30


]]>
2013-10-07T09:54:32+01:002013-10-07T09:54:32+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9404#p9404 <![CDATA[Re: Number of communities while running Modularity]]>
Ramonero wrote:About the notion of "familiarity" it sounds interesting but i couldn't find anything related to on the web.
Flow networks or seed sets are not very close to what i am looking for neither. It seems i didn´t explain very good.
What i am working in is closer to concept of small world networks than huge networks.
The algorithm that I couldn't remember earlier is about finding center-piece subgraphs. There is a paper about it at http://www.cs.cmu.edu/~christos/PUBLICA ... 06CePS.pdf. Also the author has given link to Matlab code for the implementation at his website: http://www.cs.cmu.edu/~htong/sel.htm.

Given Q nodes in a social network (say, authorship network), how can we find the node/author that is the centerpiece, and has direct or indirect connections to all, or most of them?

Apparently it's still not exactly what you are looking for. Good luck regardless!

Statistics:Posted by pegerp — 07 Oct 2013 09:54


]]>
2013-10-06T16:31:48+01:002013-10-06T16:31:48+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9403#p9403 <![CDATA[Re: Number of communities while running Modularity]]> About the notion of "familiarity" it sounds interesting but i couldn't find anything related to on the web.
Flow networks or seed sets are not very close to what i am looking for neither. It seems i didn´t explain very good.
What i am working in is closer to concept of small world networks than huge networks.
And also what i am trying to figure out is related to build social networks in a concious way more than studing existing ones.

Statistics:Posted by Ramonero — 06 Oct 2013 16:31


]]>
2013-09-25T20:56:46+01:002013-09-25T20:56:46+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9354#p9354 <![CDATA[Re: Number of communities while running Modularity]]>
It sounds like you are trying to figure out how to find a good seed set. This paper may be relevant:

A Scalable Heuristic for Viral Marketing Under the Tipping Model
Paulo Shakarian, Sean Eyre, Damon Paulo
http://arxiv.org/abs/1309.2963

Statistics:Posted by samarth — 25 Sep 2013 20:56


]]>
2013-09-17T18:41:09+01:002013-09-17T18:41:09+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9320#p9320 <![CDATA[Re: Number of communities while running Modularity]]> Anycase, if you remember or suddenly find the way, the algoritm, or the utility for helping in my task please let me know. I would save maybe years of work or maybe i will never be able to do it...
Thanks again

Statistics:Posted by Ramonero — 17 Sep 2013 18:41


]]>
2013-09-17T09:35:09+01:002013-09-17T09:35:09+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9317#p9317 <![CDATA[Re: Number of communities while running Modularity]]>
You might be more interested in Gephi's Eigenvector Centrality (https://en.wikipedia.org/wiki/Eigenvector_centrality). Centrality of a vertex measures its relative importance within a graph. This is not exactly what you are asking for but might be still more suitable than modularity. Or maybe together with modularity and centrality you'll get something more useful out of the data.

However what you really are after but what is not exactly in the scope of Gephi are flow networks. There exist algorithms that can give answer to your question. Google for flow networks and related issues. In social sciences there are also algorithms that capture the notion of "familiarity" between multiple nodes in a network - not exactly the shortest path or maximum flow but somewhat similar concept - although I can't find the sources now.

You might be able to find other software that has algorithms more suited to your problem. I can't recommend any software but I have a feeling that there are not many programs that do exactly what you'd want it to do. Usually there are small utility programs that compute one thing and then you'd use another software to continue processing the data (eg. Gephi).

Statistics:Posted by pegerp — 17 Sep 2013 09:35


]]>
2013-09-16T21:06:29+01:002013-09-16T21:06:29+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9315#p9315 <![CDATA[Re: Number of communities while running Modularity]]> Lets say we have a big number of nodes, and lets say we have doble number of directed edges... and i want to send some information to only 'n' number of nodes, so i have to choose the 'n' nodes that would make information travel to all nodes in the graph with cost as minimum as possible.
I'll be very grateful for any advice to get this!

Statistics:Posted by Ramonero — 16 Sep 2013 21:06


]]>
2013-09-16T20:52:50+01:002013-09-16T20:52:50+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9314#p9314 <![CDATA[Re: Number of communities while running Modularity]]> So maybe is a good thing to take on count in the future, at least for me it would be very useful. Im tryng to make selections for the n "more important" nodes in a graph and if i could run modularity by choosing n number of communities it would be great. Now i am changing resolution until i get the number of communities i want.
Greetings

Statistics:Posted by Ramonero — 16 Sep 2013 20:52


]]>
2013-09-16T07:27:28+01:002013-09-16T07:27:28+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9310#p9310 <![CDATA[Re: Number of communities while running Modularity]]> Statistics:Posted by admin — 16 Sep 2013 07:27


]]>
2013-09-16T05:38:17+01:002013-09-16T05:38:17+01:00 https://forum-gephi.org/viewtopic.php?t=2954&p=9309#p9309 <![CDATA[Number of communities while running Modularity]]> Statistics:Posted by Ramonero — 16 Sep 2013 05:38


]]>