PersonalRank (1.0.0)
| Parameter | Mandatory | Description | Type | Value Range | Default Value |
|---|---|---|---|---|---|
| source | Yes | Vertex ID | String | - | - |
| alpha | No | Weight coefficient | Double | A real number between 0 and 1 (excluding 0 and 1) | 0.85 |
| convergence | No | Convergence | Double | A real number between 0 and 1 (excluding 0 and 1) | 0.00001 |
| max_iterations | No | Maximum iterations | Integer | 1 to 2000 | 1000 |
| directed | No | Whether to consider the edge direction | Boolean | true or false | true |
For details about algorithm iterations and convergence, see ges_03_0077.html#ges_03_0077__li137501137205318.
| Parameter | Type | Description |
|---|---|---|
| source | String | - |
| personalrank | List | PersonalRank value of each vertex. The format is as follows: [{vertexId:rankValue},...], where vertexId is of the string type. rankValue is of the double type. |
Last Article: PageRank (1.0.0)
Next Article: K-core (1.0.0)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.