PGD icon indicating copy to clipboard operation
PGD copied to clipboard

A Parallel Graphlet Decomposition Library for Large Graphs

Results 9 PGD issues
Sort by recently updated
recently updated
newest added

The library computes 8 motifs by default,and how to calculate the specified motif? Thanks

Hello, Thanks for sharing your implementation However, I cannot compile the program on my computer, I am on Ubuntu 20.04 Here is the error message : ``` graphlet_utils.cpp: In function...

When compiling using gcc 7.2.0 on macOS 10.13 High Sierra, I encountered the following error: ``` graphlet_utils.cpp: In function 'bool fexists(const char*)': graphlet_utils.cpp:42:12: error: cannot convert 'std::ifstream {aka std::basic_ifstream}' to...

Thank you very much for your open code! But these is something wrong when I try to use these code. I use the edge list as the input of PGD...

fixed compilation error: https://github.com/nkahmed/PGD/issues/5

hi, today I run this command (./pgd -f europe-airports.mtx --macro sample_graph.macro)in Ubuntu system, but soon the shell was killed, I think that I have enough memory. If you know why,...

Is the "gdf" option is not available? I can't find it in the help or in the `graphlet_params.h` file. Let me know. Thanks.

Running PGD with the `--micro` flag yields incorrect micro counts. For example, on a graph with two tailed triangles, PGD is counting zero tailed triangles for each edge. Graph tested...