Chapter 2
Chapter 2
Examples
Undirected networks:
coauthorship network, actor network, Facebook friendship
network
Directed networks:
URLs on the www, phone calls, Retweet network
Examples of a 1.0, 1.5, and 2.0 network. In an unweighted undirected network, the 1.0 network is simply the
list of a person's friends. The 1.5 network includes the connections between these people, and the 2.0 network
includes their other friends
For a graph or subgraph to be a clique, every node must be connected to every other.
Clusters : a group of nodes that have many connections between them, but may not a
clique because every node is not connected to every other.