snash4/GAT2VEC

Adjacency lists

Closed this issue · 1 comments

How do you generate structural and bipartite graphs?

Assuming in the attributed graph the nodes are numbered [1-N]. V,E forms the structural graph. For bipartite graph number the attributes [N+1, N+m], where m is the number of unique attributes (a) and then connect V with a to form the attributed graph.