Is your feature request related to a problem? Please describe.
At the moment SP consider graph as undirected, but we can make it works for both directed and undirected graphs.
Describe the solution you would like
- new mixin
WithDirection
- handle direction in GraphFrames
- handle direction in GraphX
Component
Additional context
Are you planning on creating a PR?
Is your feature request related to a problem? Please describe.
At the moment SP consider graph as undirected, but we can make it works for both directed and undirected graphs.
Describe the solution you would like
WithDirectionComponent
Additional context
Are you planning on creating a PR?