CALL gds.eigenvector.mutate('myGraph', {
maxIterations: 20,
mutateProperty: 'centrality'
})
YIELD nodePropertiesWritten, ranIterations
---------------------------
while running this code i'm getting the below error:-
Failed to invoke procedure `gds.eigenvector.mutate`: Caused by: java.lang.IllegalArgumentException: Node property `centrality` already exists in the in-memory graph.