mirror of
https://github.com/Steffo99/unimore-bda-5.git
synced 2024-11-21 23:54:24 +00:00
9 lines
No EOL
157 B
Text
9 lines
No EOL
157 B
Text
CALL gds.graph.project(
|
|
"kwds",
|
|
"Keyword",
|
|
{IS_RELATED_TO: {orientation: "UNDIRECTED"}}
|
|
) YIELD
|
|
graphName,
|
|
nodeCount,
|
|
relationshipCount,
|
|
projectMillis |