SSSP
| Parameter | Mandatory | Description | Type | Value Range | Default Value |
|---|---|---|---|---|---|
| source | Yes | Vertex ID | String | - | - |
| directed | No | Whether to consider the edge direction | Boolean | true or false | true |
| Parameter | Type | Description |
|---|---|---|
| distance | List | Path length of each vertex in the graph from the source vertex. The format is as follows: [{vertexId:distanceValue},...], where vertexId is of the string type. distanceValue is of the double type. |
| source | String | Source vertex ID |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.