Updated on 2022-02-22 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. The format is [{vertexId:communityId},...].

where

vertexId is of the string type.

communityId is of the string type.