Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.1 KB

File metadata and controls

40 lines (28 loc) · 1.1 KB

SPaRTA: Snapshots for Pattern Recognition in Time-variant Adjacency matrices
Bruno Deprez, Tim Verdonck, Wouter Verbeke

License: MIT

This is the source code of the experiments for pattern recognition in the paper SPaRTA: Snapshots for Pattern Recognition in Time-variant Adjacency matrices.

Methodology

Data

Folder structure

Here's the general structure with some additional info:

Installing

We have provided a requirements.txt file:

pip install -r requirements.txt

Please use the above in a newly created virtual environment to avoid clashing dependencies.

Citing

Please cite our paper and/or code as follows: Use the BibTeX citation

@article{deprez2025sparta,
      title={SPaRTA: Snapshots for Pattern Recognition in Time-variant Adjacency matrices}, 
      author={Bruno Deprez and Tim Verdonck and Wouter Verbeke},
      year={},
      journal={},
      eprint={},
      archivePrefix={},
      primaryClass={},
      url={}, 
}