Shortest Path of Vertex Sets (1.0.0)
| Parameter | Mandatory | Description | Type | Value Range | Default Value |
|---|---|---|---|---|---|
| sources | Yes | Source vertex ID set | String | The value is in the standard CSV format. IDs are separated by commas (,), for example, Alice, Nana. The maximum ID number is 100000. | - |
| targets | Yes | Target vertex ID set | String | The value is in the standard CSV format. IDs are separated by commas (,), for example, Alice, Nana. The maximum ID number is 100000. | - |
| directed | No | Whether to consider the edge direction | Boolean | true or false | false |
| Parameter | Type | Description |
|---|---|---|
| path | List | Shortest path. The format is as follows: [vertexId,...] Where, vertexId: string type |
| source | String | Source vertex ID |
| target | String | Target vertex ID |
Last Article: Shortest Paths (1.0.0)
Next Article: Label Propagation (1.0.0)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.