I'm trying to run the degree centrality algorithm on my dataset. The submodel of my query looks like this:
The query that I'm trying to run:
CALL algo.degree.stream("Transfer", "PARENT_TRANSFER", {direction:"outgoing"}) YIELD nodeId, score RETURN no...