graph2vec_tf
graph2vec_tf copied to clipboard
Applying graph2vec with subgraphs
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 .
Yes that makes sense, as your clusters will be in your embedding space.