snap-stanford / snap

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

Ask for example to load large network dataset (or multiple *.edges files) #141

Closed nie93 closed 6 years ago

nie93 commented 6 years ago

Hi all,

I am working on a community detection case which needs to load multiple/all *.edges files at one time, imported from SNAP dataset, such as Twitter-ego. I check on the cesna.cpp, but it only uses one file 1912.edges when loading. Is there anyone can provide an example on edges partition files loading?

Appreciate it! Jack

roks commented 6 years ago

As you observed, CESNA requires one input file. You need to merge your multiple files into one input file.