Link Prediction
Overview
The Link Prediction algorithm is used to calculate the similarity between two nodes and predict their relationship based on the Jaccard measurement method.
Application Scenarios
This algorithm applies to scenarios such as friend recommendation and relationship prediction in social networks.
Parameter Description
Parameter |
Mandatory |
Description |
Type |
Value Range |
Default Value |
---|---|---|---|---|---|
source |
Yes |
Enter the source ID. |
String |
- |
- |
target |
Yes |
Enter the target ID. |
String |
- |
- |
Example
Set parameters source to Lee and target to Alice to calculate the association between two nodes. The JSON result is displayed in the query result area.
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