Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making BIGCLAM (aka TAGMFast class and agmfast.h) interface available in snap-python #109

Open
gokceneraslan opened this issue Oct 15, 2019 · 0 comments

Comments

@gokceneraslan
Copy link

It'd be really great to make TAGMFast available in swig and snap-python. One can then reproduce the example file in Python:

import snap

G = snap.TUNGraph.New()
G.AddNode(...)
G.AddEdge(...)
RAGM = snap.TAGMFast(G, 10, 10)
OptComs = RAGM.FindComsByCV(NumThreads, ...)

It'd be a lot easier to integrate snap and bigclam with existing Python packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant