snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.19k stars 800 forks source link

Temporal motifs #93

Closed arbenson closed 7 years ago

arbenson commented 7 years ago

This pull request adds support for temporal motif counting, which is described in this paper:

Motifs in Temporal Networks. Ashwin Paranjape, Austin R. Benson, and Jure Leskovec. To appear in WSDM, 2017.

This pull request adds the implementation to snap-adv and includes an example in the examples directory.

roks commented 7 years ago

Thank you for your contribution!