Skip to content

feat: add bidirectional edges to network motif finding #502

@rjurney

Description

@rjurney

The only type of edge atm that is valid is (a)-[e1]->(b) and I would like to add support for (a)<-[e1]->(b) in GraphFrame.find(). This can include support for backwards facing edges: (a)<-[e1]-(b).

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions