LocalGraphClustering icon indicating copy to clipboard operation
LocalGraphClustering copied to clipboard

Results 8 LocalGraphClustering issues
Sort by recently updated
recently updated
newest added

Hello -- I'm interested in trying to apply the L1-regularized PPR on a directed graph ... do you know if there's an implementation of that somewhere? Or - if not...

![image](https://user-images.githubusercontent.com/52098315/146141010-0576e68d-e17a-40cf-bbbb-f2f8ed46b7c5.png) the developping environment is : win10 64bit; Pytho3.7.2 it seems the library is not found? how can i fix this issue? thank u!!!

I am using approximate_PageRank-weighted for clustering weighted graphs and was wondering if the parameter 'epsilon' could be changed in the code? (The unweighted version (approximate_PageRank) has this parameter in its...

use python3.7 and MacOS env AttributeError Traceback (most recent call last) in ----> 1 from localgraphclustering import * ~/anaconda3/lib/python3.7/site-packages/localgraphclustering/__init__.py in ----> 1 from .GraphLocal import GraphLocal 2 from .GraphDrawing import...

When trying our code on a new Mac, `pip3 install pytest` gave me version 5.4.2, which doesn't work with our tests. We need version 4.3.1 (which works in our build...

A student of mine is working on the SimpleLocal code. He mentioned to me the following: "There is a bug in STAGEFLOW method in SimpleLocal.cpp. When the graph is being...

Can we get CRD to return the labels and levels of each node so that we can (if we want) post-process the result with a sweep-cut to make it more...

We have a number of common visualization patterns that we'd like to do. I've been using NetworkX for this, but this seems like overkill as there is a big translation...