How do I specify the input graph for the connectedComponents action?
5 vues
Réponse
You can specify the input graph using the 'links' parameter for the link data table and optionally the 'nodes' parameter for the node data table. Alternatively, if the graph is already in memory, you can use the 'graph' parameter.