What does the 'direction' parameter control in the core action?

0 vues

Réponse

The 'direction' parameter specifies whether the graph should be treated as 'DIRECTED' or 'UNDIRECTED'. In an undirected graph, links are bidirectional, while in a directed graph, links have a specific orientation from a source to a sink node. The default is 'UNDIRECTED'.
Did this answer help you?