graphwave icon indicating copy to clipboard operation
graphwave copied to clipboard

Results 13 graphwave issues
Sort by recently updated
recently updated
newest added

when there are millions of nodes,compute the full eigendecomposition of a large matrix will get "MemoryError" , so this method can't be used to big community.

hi, sorrry to bother. I recently want to replicate the experiment of table 1 in paper。the paper says the varied graph results comes from doing experiment on a circle with...

hello, can you provide enron email network for me? i get it from http://snap.stanford.edu/data/email-Enron.html but without role label. thanks

different nodes' embeddings are quite similar in their absolute value in each dimension. Do you perform some column normalization for the downstream task, e.g. the node structure role classification? In...

I did construct a graph with 39000 nodes and 1 million edges,not util the algorithm computation finished,the memory used already coming up to about 124GB,is this normal? Is there other...

I want to use GraphWave to process a weighted network, what are the requirements for weights of edges? such as range or sum

Thanks for putting together the tutorial in the iPython notebook! While trying to use it, I came across the following bugs and suggested fixes: 1. `from graphwave.shapes import build_graph` should...

I am trying to calculate similarity coefficients between nodes based on node embedding vectors obtained from graphwave algorithm. However, the calculated distance between node embedding vectors is very small, e.g....

I think this would really help make it easier to use! The package could use a `setup.py` :)