graph2vec_tf icon indicating copy to clipboard operation
graph2vec_tf copied to clipboard

Applying graph2vec with subgraphs

Open SihamAmarouche opened this issue 4 years ago • 1 comments

Can I use graph2vec to represent subgraphs(that contain two nodes or three) as vectors then I will cluster these subgraphs to N number clusters using K-means or Dbscan algorithms Is it a logical process ?

Thanks very much .

SihamAmarouche avatar Aug 26 '20 03:08 SihamAmarouche

Yes that makes sense, as your clusters will be in your embedding space.

alexiatoumpa avatar Mar 01 '21 16:03 alexiatoumpa