Dataset: contact-high-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 high 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
# Load all simplices ordered by time. Useful when you want to perform your own temporal
# aggregation.
simplices = tnx.datasets.load_benson_simplices("contact-high-school")