K-hop (1.0.0)
| Parameter | Mandatory | Description | Type | Value Range | Default Value |
|---|---|---|---|---|---|
| k | Yes | Number of hops | Integer | 1 to 100 | - |
| source | Yes | Vertex ID | String | - | - |
| mode | No | Direction
| String | OUT, IN, or ALL | OUT |
| Parameter | Type | Description |
|---|---|---|
| vertices | List | ID of the vertex within k hops. The format is as follows: [vertexId,...], where vertexId is of the string type. |
| source | String | Source vertex ID |
| k | Integer | Number of hops |
| k_hop_neighbors | Integer | Number of vertices within k hops (excluding the source vertex) |
Last Article: K-core (1.0.0)
Next Article: Shortest Path (2.1.5)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.