Questions tagged [stanford-snap]

3 questions
1
vote
1 answer

converting pandas dataframe to snap.py

I have a large dataset (several millions of rows) that i want to use for graph analysis. After data preparation and cleaning, the data is now in a python format (pandas dataframe). For the sake of graph analysis, i am using Stanford Network Analysis…
Taie
  • 1,021
  • 16
  • 29
0
votes
0 answers

Loading a SNAP dataset into torch_geometric.data.Data object

I am trying to load a SNAP dataset (ego-facebook for now) into a torch_geometric.data.Data object. I am having issues. Is there any standard library/method to load SNAP dataset into a torch_geometric.data.Data object? I tried using…
H.Alzy
  • 310
  • 4
  • 10
0
votes
0 answers

make: Nothing to be done for 'all'

I have only 2 files in my folder - Gnuplot_example.cpp and Makefile. Gnuplot_example.cpp #include "Snap.h" int main(int argc, char* argv[]) { TIntH expCount, PoissonCount; TRnd a; double binSize=0.1; //exponential distribution for (int i=0;…