Hi,
I am using the collapsePath functionality to create specialised subgraphs.
There is a case when many paths map to a single mutateRelationshipType.
For example I would like to do something like:
CALL gds.alpha.collapsePath.mutate(
'jscgocw...
Hi,
Is there any method for inspecting the output of GDS projections (within the community edition where querying projection graphs isn't possible)?
So I am attempting to use gds.graph.list().
The underlying metadata regarding the graph seems very in...
Hi,
Is there a way to project all relationships while also specifying the orientation to be UNDIRECTED?
Below is an example of what I mean. It returns an error because the syntax is incorrect.
CALL gds.graph.project(
'myGraph',
'*',
{ *: ...
alicia.frame1:
For any algorithm you run, you can always specify that it should run on both relationships ( Repression1 and Repression2`).
Hi thanks for your reply. Is there a reason for this? On a surface level it seems like multiple paths sh...
Hi,
Thanks for the reply.
However, I believe this requires the enterprise edition as you can only have one graph within the community edition. This isn't feasible because I am doing academic work.
Thanks anyway!