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.

stu_v_kerr
Node Clone
since ‎09-04-2018
‎09-20-2022

User Statistics

  • 32 Posts
  • 0 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

Is there a Filtered Node Similarity Example example that i can reference? I am having difficulty configuring node filters for a bipartite projection. From what i can find, Neo4j current documentation does not include an example and truncates some of ...
Question for the Neo4j GDS Team: Given that Neo4j permits node embeddings as a node property in a projected graph, I figured that Neo4j GDS Library would permit the projection of a numerical vector as a projected relationship property. This has been ...
Can graph projections be used for something other than executing GDS Library algorithms? Thinking of something similar to the role of a cache, where cypher queries can be executed against it. Any use cases out there?
Using both Neo4j 3.5.x and 4.x I am trying to pass a date that is computed using apoc as a parameter into the gds.nodeSimilarity.stream. A code snippet is below: :param start=>{RETURN apoc.date.format(apoc.date.add(timestamp(),"ms", -60,"d"),"ms","yy...
Examples provided via Neo4j website are all monopartite graphs. Also reviewed GOT example which is monopartitie. Can Link Predictions accomodate non-monopartite graphs?
Kudos from