Updated on 2024-01-04 GMT+08:00

Connected Component

This algorithm can run without specifying its parameters.

Table 1 response_data parameter description

Parameter

Type

Description

Max_WCC_size

Integer

Maximum number of vertices in the largest connected component

Max_WCC_id

String

ID of the largest connected component

community

List

Connected component set (community) corresponding to each vertex, in [{vertexId:communityId},...] format.

where

vertexId is of the string type.

communityId is of the string type.