[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
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Ranking and Degree
Page 1 of 1

Ranking and Degree

Posted: 22 Jun 2014 19:20
by tryinghard
HI,

I am a new to Gephi, and love the tool. I am trying to create a network diagram of my companies internal Social Network Site. My Nodes are different divsions/departments and how are they using the site. For eg. Dept, A,B, C And D have created 10, 5,3,4 Groups and 20, 10,6, 8 Discussions respectively.

Now using the above data, when I set the size of the node but Groups and Discussions have the same Rank, so both appear the same size; however, there are 22 Groups but 44 Discussions, so the Node Rank and Size of the discussion should be more than Groups and that is not the case using Degree as rank parameter.

Any thoughts?

Thanks...

Re: Ranking and Degree

Posted: 23 Jun 2014 11:41
by tryinghard
Hi,

Any thoughts on this guys?

Thanks,

Vineet

Re: Ranking and Degree

Posted: 24 Jun 2014 12:54
by seinecle
Hi,
Sorry but the description of your problem is not crystal clear. Could you rephrase?
Best,

Clement

Re: Ranking and Degree

Posted: 24 Jun 2014 15:52
by tryinghard
Ok, let me rephrase it.
We have Division A, B, C, and D. and Different types of content for eg, Groups, Documents, Poll, Questions etc.

Division A creates 10 groups, 5 Documents, 5 Poll and 5 Question
Division B creates 20 Groups, 10 Docs, 10 Poll and 10 questions
Division C Creates 30 groups, 15 docs, 15 Polls and 15 question
Division D Creates 40 groups, 20 docs, 20 Polls and 20 question

so total groups created are 40+30+20+10 = 100 and total documents created are 20+15+10+5 = 50

even though number of Groups are double the number of documents, the size of Group Node is the same as the size of the Document Node, because the Rank using "Degree" as Rank Parameter is the same.
Hope I am able to explain it better.

Re: Ranking and Degree

Posted: 01 Jul 2014 13:14
by Vongow
Hey there,

If I understand your problem (not sure I do), you might want to use "Weighted degree" instead of "Degree".
If this does not do the trick, maybe you could post a sample of your data.

Fare well,

Vongo