AnacletoLAB / grape

🍇 GRAPE is a Rust/Python Graph Representation Learning library for Predictions and Evaluations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does grape supports multiplex network embedding?

chansigit opened this issue · comments

and multi-layer network?

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.

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?

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.

so kind of you. thank you!