snap-stanford / snap

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

Graph creation #154

Open AnshulBasia opened 5 years ago

AnshulBasia commented 5 years ago

Hi everyone, I am a beginner programmer working on graph data mining. I downloaded dataset from http://snap.stanford.edu/data/ego-Facebook.html. I need to construct a graph from this dataset. Does anyone have any idea which file to use and which function to call to create a graph using the above-mentioned dataset? I am pretty sure that this would have been implemented in the library.

Thanks for your time