Zachary's Karate Club Network

Social network of friendships

Social network of friendships between 34 members of a karate club at a US university in the 1970s.

(34 vertices, 78 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Zachary's Karate Club Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Zachary's Karate Club Network", All]["Summary"]
Out[2]=

Basic Applications

Find communities in the friendship network:

In[3]:=
g = ResourceData["Zachary's Karate Club Network"];
In[4]:=
FindGraphCommunities[g, Method -> "Hierarchical"]
Out[4]=

Predict the split of the network in case of a conflict:

In[5]:=
HighlightGraph[g, Subgraph[g, #] & /@ %, GraphHighlightStyle -> "DehighlightHide"]
Out[5]=

Wolfram Research, "Zachary's Karate Club Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Publisher Information