Network Degree Flashcards

1
Q

What is a degree?

A

The number of links a node has.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you find the number of total links in an undirected network?

A

half of the total links of every node. (Sum the degrees for each node and divide by 2) or 2*num_links/total nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is link density?

A

Average degree / total number of nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are dense networks?

A

Link density is constant and the average degree is proportional to the network size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are sparse networks?

A

Average degree is constant regardless of network size and link density is zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What must be equal in a directed network?

A

The average in-degree and out-degree.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What a random networks?

A

A random network is characterized by the parameter p, the probability that a given node is connected to any of the (n-1) other nodes in the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are scale-free networks?

A

A network whose degree distribution follows a power law.

The degree distribution follows a “fat” tail in that the probability density for a large degree values decay much more slowly than exponential.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly