struc2vec icon indicating copy to clipboard operation
struc2vec copied to clipboard

This repository provides a reference implementation of struc2vec.

Results 11 struc2vec issues
Sort by recently updated
recently updated
newest added

I work with some graphs that have some disconnected nodes. I believe that when I create the edges list, which contains only the connected part of the network, the algorithm...

The current solution is with Python2. Is there any python3 version of codebase available?

I have [[see corresponding paper]](https://www.researchgate.net/publication/329425689_Learning_Structural_Node_Representations_on_Directed_Graphs_Volume_2_Proceedings_The_7th_International_Conference_on_Complex_Networks_and_Their_Applications_COMPLEX_NETWORKS_2018) ... * added support for directed, weighted graphs * added support for partially embedding the graph * cleaned up the code, in particular removed unused...

Hi, can you provide the hyper-parameter to reproduce the performance of classification?

I tried to use the struc2vec to train on 1 million nodes with 24 threads,but no embeddings was generated after three days.Is there a solution?

``` Traceback (most recent call last): File "src/main.py", line 128, in main(args) File "src/main.py", line 121, in main G = exec_struc2vec(args) File "src/main.py", line 97, in exec_struc2vec G = struc2vec.Graph(G,...

I am feeding a new undirected graph dataset with (V=18059, E=286535). It comes up with Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/queues.py", line 268, in _feed send(obj) IOError: bad message...

Added small changes to allow the code to work under python 3. Namely: * Using `range()` instead of `xrange()` * Using `dict.items()` instead of `dict.iteritems()` * Converting dictionary key generators...

If struc2vec able to handle cases with node attributes/labels? Or is it reasonable to incorporate node attributes/labels with struc2vec?

Karate-mirrored.edgelist : what are two columns represented? Hope to get your answer,thx