Dataset: contact-primary-school
social networkstemporal
This is a temporal higher-order network dataset, which here means a sequence of timestamped simplices where each simplex is a set of nodes. The dataset is constructed from interactions recorded by wearable sensors by people at a primary school. The sensors record interactions at a resolution of 20 seconds (recording all interactions from the previous 20 seconds).
- Node Type
- Student
- Edge Type
- Group of Interacting Students
Usage
The dataset can be loaded directly in TopoNetX using the following code:
import toponetx as tnx
SC = tnx.datasets.load_benson_simplicial_complex("contact-primary-school")