How to change the type of nodes?

For a given DGLGraph, how can we change the name of node types?

You can’t change the node types of an existing DGLGraph. You need to construct a new graph.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.