1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-5.git synced 2024-11-22 08:04:25 +00:00
bda-5-steffo/scripts/2-graph-projection.cypher

9 lines
157 B
Text
Raw Normal View History

CALL gds.graph.project(
"kwds",
"Keyword",
{IS_RELATED_TO: {orientation: "UNDIRECTED"}}
) YIELD
graphName,
nodeCount,
relationshipCount,
projectMillis