Help Center> Graph Engine Service> User Guide> Algorithms> Filtered Circle Detection
Updated on 2022-09-15 GMT+08:00

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

Table 1 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

-

-