Skip to content

TiphaineV/delta-cliques

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delta-cliques

Algorithm for computing Delta-cliques in link streams

Usage:

cat <data_file> | python main.py <int:delta>

Where data_file is a sequence of triplets:

1 2 3
1 1 3
...

Meaning that at time 1, nodes 2 and 3 interacted, etc.

The code can be run on test cases by using

python TestClique.py

About

Algorithm for computing Delta-cliques in link streams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages