Skip to content

Input format and preprocessing

Alexander Bakhtin edited this page Apr 4, 2024 · 1 revision

Tenetan's SnapshotGraph expects a csv-file of the links that has the following columns in that particular order (see small.csv in raw):

  • i, for the source vertex
  • j, for the target vertex
  • t, for time index the link takes places
  • w, the weight of the temporal link (converted to float)

The header, if present, must be commented with #.

Clone this wiki locally