week 2 - graph theory Flashcards
(31 cards)
what is network topology?
properties of a network that are unrelated to where the nodes are in space, instead it just matters the connection between nodes and edges
What are the different types of graph theoretical measures?
Local - properties of each node e.g degree
Meso-scale - properties of sub networks
Global network properties
what is edge density?
num actual edges/ num possible edges
how to calculate number of possible edges?
N*(N-1)/2
(removes the diagonal and the lower triangular part)
what are components in the network?
sets of nodes that aren’t connected to any other components
what is average edge weight?
the average of existing edges within the upper triangular
what is degree?
number of edges connecting a node
what is the strength of a node?
sum of edge weights connected to a node?
What is eigenvector centrality?
To what extent is the node connected to other nodes with high eigenvector centrality
Its basically a measure of how important the nodes you are connected to are
what is path length?
the number of edges between two nodes
what is characteristic path length?
the average path length between all node pairs
what is global efficiency?
average inverse shortest path length
what is betweenness centrality?
the fraction of shortest paths in an entire network that pass through a given node
describe the spectrum of communication processes
from diffusion to routing
In diffusion, the structure of the network is unknown and the walk through the network is random
In routing you take the shortest path, this requires full knowledge of the network topology
what is the clustering coefficient?
the fraction of a nodes neighbours that are connected to each other
what is the global clustering coefficient?
the average nodal clustering coefficient
what is transitivity?
the ratio of triangles to triplets in the network
or the overall probability that two nodes connected to a common node are also connected to each other across the entire network.
It’s basically the global version of the clustering coefficient.
what is a module? what about in fmri
subnetworks of nodes that are very densely connected with each other and sparesly connected to other modules
in fMRI this is the resting state networks e.g DMN, DAN
what are hub nodes?
Important nodes that are very highly connected
connector hubs = connections with nodes in different communities
Provincial hubs = have many connections with different communities
what is rich club?
A set of nodes that have high degree that are highly connected to each other
rich clubs tend to integrate modules together
what is segregation? and measures related
locally, densely connected clusters of nodes
clustering, transivity and modularity
what is integration? and measures related
the ability of any node to be reached in a few steps
path length, efficiency, rich club
what is a small world network?
Describe the Watts-Strogatz model
A network that has both high integration and high segregation
For example the Watts-Strogatz model, that is used to generate small world networks. You start with a regular lattice, and then you rewire some of the edges with a given probability to introduce shortcuts, this makes the efficiency higher
describe the inter-dependence of network features
- density and average degree are positively correlated
- density and path length are negatively correlated
- density and transivity are positively correlated
- This shows that edge density is a confound