Hello,
I'm trying to use GSD Eigenvector centrality algorithm based on Cypher projection and with weighted edges:
CALL gds.alpha.eigenvector.stream({
nodeQuery: 'MATCH ... RETURN id(node) as id',
relationshipQuery :'MATCH ... RETURN id(x) as source, ...