Filtered n-Paths
Overview
The filtered n-Paths algorithm is used to find no more than n k-hop loop-free paths between the source and target vertices. The start vertex (source), end vertex (target), number of hops (k), number of paths (n), and filter criteria (filters) are the parameters for the algorithm.
Application Scenarios
Any network
Parameter Description
Name |
Mandatory |
Description |
Object Type |
Value Range |
Default |
---|---|---|---|---|---|
source |
Yes |
Source vertex |
String |
Internal vertices |
None |
target |
Yes |
Target vertex |
String |
Internal vertices |
None |
k |
Yes |
Number of hops |
Int |
[2,6] |
2 |
n |
Yes |
Number of paths |
Int |
[1,1000] |
1 |
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