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.

chris23
Node Clone
since ‎08-01-2022
‎02-06-2023

User Statistics

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

User Activity

Hi folks, I'am working on a query to get courses which have a link to a certain user. But courses should also get ignored if there is a connection from the user to the course following another different path. I tried one query which doesnt impact run...
Hi, I am currently writing a query to get results by path matching. The relationships between the nodes have weights and i want to sum them up and divide them by the number of relationships in one single path.   Match (s) where ID(s) = 0 Match (s)-[...
I am currently looking into using gdsl for a node classification task in which context i have three questions. 1. Is it possible to use relationships instead of properties to train a model ? 2. Is it only possible to use numbers to train a model or c...
Hi there, I am currently trying to reproduce an example from the graph data science developer guide but i am getting an weird error when trying to create an in-memory using the code from the guide. CALL gds.graph.project('marvel_model_data',{Characte...
I am relatively new to Neo4j and graph databases. Maybe someone could help and steer me in the right direction. In general, we need a multi-label classification of nodes according to certain criteria/rules for creating a normalized reasoning mechani...