-
What would be the correct way of building a custom graph which contains Currently, nodes of type 1 have labels, and nodes of type 2 don't have labels. Could someone suggest a way of handling this? (maybe using Thank you. [1]
[2]
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
[1] I don't think nodes of type 2 are deleted. They will get properly used when constructing subgraphs. Let me know if I am misunderstanding something |
Beta Was this translation helpful? Give feedback.
[1] I don't think nodes of type 2 are deleted. They will get properly used when constructing subgraphs. Let me know if I am misunderstanding something
[2] You can model it that way as well which gives you more fine-grained control on how you want to treat different node types. Why does it lead to bad results?