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.

ammubharatram
Node Clone
since ‎01-10-2019
‎06-01-2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 5 Kudos given
  • 1 Kudos received

User Activity

Hi, following the example here in manual of algorithms of neo4j, I tried running the RA- Brandes algorithm for betweenness centrality for specific nodes , within 2 sets of relationships: MATCH (cust:Customer)-[:LINKED_TO_BENF]->(benf:Beneficiary), (...
Hi, apoc.algo. betweenness procedure not found for me, ran following query similar to shown here on github : MATCH (o:Originator),(b:Beneficiary) WITH collect(o) AS origs CALL apoc.algo.betweenness(['LINKED_TO_ORIGINATOR'], origs, 'INCOMING') YIELD ...
Hi, while I am running the following multi merge, multi create query: USING PERIODIC COMMIT 10000 LOAD CSV WITH HEADERS FROM "file:///Transactions_with_risk_scores.csv" AS line WITH line, SPLIT(line.VALUE_DATE, "/") AS date WHERE line.TRANSACTION_ID...
Hi, I have been using Neo4j for quite a while now. I ran this query earlier before my computer crashed 7 days ago and somehow unable to run it now. I need to create a graph database out of a csv of bank transactions. The original dataset has around 5...
Kudos from