Filtered Circle Detection
Overview
The Filtered Circle Detection algorithm finds all circles that meet the filter criteria.
Application Scenarios
The Filtered Circle Detection algorithm is applicable to scenarios such as cyclic transfer detection and anti-money laundering in financial risk control, abnormal connection detection in network routing, and loan risk identification in enterprise guarantee circles.
Parameter Description
Parameter |
Mandatory |
Description |
Type |
Value Range |
Default Value |
---|---|---|---|---|---|
sources |
No |
Set of source vertex IDs to be queried |
String |
- |
The value is in the standard CSV format. IDs are separated by commas (,), for example, Alice, Nana. |
n |
No |
Upper limit of the number of enumerated circles that meet the filter criteria |
Int |
[1,100000] |
100 |
statistics |
No |
Whether to export the number of circles that meet the filter criteria |
Boolean |
true or false |
false |
batch_number |
No |
Number of source vertices for batch processing |
Int |
[1,1000] |
10 |
output_format |
No |
Output format |
String |
vertexId, edgeId, or edgeObject |
edgeObject |
filters |
Yes |
Filter criteria. Each element in the array corresponds to the filter criteria of each layer. |
Json |
- |
- |
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