SoftwareWe provide an efficient C++ implementation of INFOPATH in a comprehensive package for Linux and MacOS. The implementation uses the graph library SNAP, which is included in the package. If you have suggestions, comments, or problems with the code, please contact manuelgr[at]stanford.edu.
Cascade Input format: The input file to INFOPATH, with information about the cascades, should have two blocks separated by a blank line. Each line in the first block contains the id and name of a site: <id>,<name>
<cascade id>;<id>,<timestamp>,<id>,<timestamp>,<id>,<timestamp>...
0,elpais.es
1,elmundo.es
2,barrabes.com
3,abc.es
4,larazon.es
0;0,0,1,1,2,2,3,3
1;4,0,3,1
2;1,0,3,1,2,4
3;0,0,1,10,2,20,3,11
4;0,0,1,10,2,11
|