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.

Neo4j Graph Platform
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How does FastRPExtended from gds work?

I have been working with FastRP and have started to use the extended version of the algorithm which is able to handle node properties. However, the original paper for FastRP (https://arxiv.org/pdf/1908.11512.pdf) does not have this capability, and I ...

Resolved! Strongly Connected Components

Hello, I have this query CALL gds.alpha.scc.stream({ nodeQuery: 'MATCH (Compartment{dbId:74700})<-[:compartment]- (rle:Reaction{speciesName:"Homo sapiens"})-[:input]-> (pe:PhysicalEntity{speciesName:"Homo sapiens"}) return id(rle) AS id UNI...

gds.fastRP.mutate creates all zeros!?

Hi, I created a graph with Document nodes and Word(lemmatized) nodes which is contained in the document, so Documents are connected through common Word nodes. I projected the part of them like this: call gds.graph.project.cypher( 'documentRootword',...

gigauser by Graph Buddy
  • 590 Views
  • 2 replies
  • 0 kudos

Metrics - difference between 0 and null?

Hi everyone! I've made some calculations on my network (eigenvector, degree, etc.) and for some nodes i got the result 0 and null (and by null i mean i got nothing - blank record). What is the difference between those two outcomes?

Segregate and filter shapes

Hi everybody What would be the best way to both segregate and filter shapes. As an example: We have shapes ( circle, triangle, square ) with different colors and sizes. We want to:First - Segregate them by shape, color or size or a combination of the...