cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

mutate Procedure Call Failed

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.

0 REPLIES 0