Skip to content

Interface: DetectCommunitiesResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Communities / DetectCommunitiesResponse

Interface: DetectCommunitiesResponse

Defined in: src/types/communities.ts:154

Response from community detection.

Properties

communities

communities: CommunityDto[]

Defined in: src/types/communities.ts:160

Detected communities.


stats

stats: CommunityDetectionStatsDto

Defined in: src/types/communities.ts:158

Detection statistics.


success

success: boolean

Defined in: src/types/communities.ts:156

Whether detection was successful.