PersonalRank
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 Iterations and Convergence of PageRank.
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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot