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

Does grape supports multiplex network embedding? #39

Open
chansigit opened this issue Jun 2, 2023 · 4 comments
Open

Does grape supports multiplex network embedding? #39

chansigit opened this issue Jun 2, 2023 · 4 comments

Comments

@chansigit
Copy link

and multi-layer network?

@LucaCappelletti94
Copy link
Member

I have no idea what either of those things are. Could you please define both? If you refer to graphs with edge types, yes we support graphs with edge types.

@chansigit
Copy link
Author

They do mean different types(layers) of edges, while multiplex network share the same set of nodes across layers.

Can you show me any docs or tutorials that handles graphs with edge types?

@LucaCappelletti94
Copy link
Member

Those are just different topologies of typed multigraphs, and both are handled. Here you find a tutorial on loading a graph, but this one does NOT have edge types. That being said, in the tutorial, you find the documentation of the method to load the graph, and in there, you see the parameters necessary to add the edge types.

I will take the time to make another tutorial that covers a more complete use case.

@chansigit
Copy link
Author

so kind of you. thank you!

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

2 participants