SuggestLinks
Suggests nodes that a specified node is close to in the graph, but that it does not currently connect to.
For example, if your graph maps e-mail correspondents, you can use this action to find contacts that a user has not previously e-mailed, but who shares a lot of common contacts with the specified user.
Example
http://12.3.4.56:10300/action=SuggestLinks&NodeNames=jason%40example.com
This action suggests nodes that are connected to nodes that the node jason@example.com
connects to.
Parameters
Parameter | Description | Required |
---|---|---|
MaxResults | The number of suggested nodes to return. | |
NodeIDs | The IDs of the nodes that you want to suggest links for. | |
NodeNames | The percent-encoded names of the nodes that you want to suggest links for. |