Interface: CohesionResponse
@kortexya/reasoninglayer / Communities / CohesionResponse
Interface: CohesionResponse
Defined in: src/types/communities.ts:248
Response of a cohesion computation.
Properties
clustering
clustering:
NodeScore[]
Defined in: src/types/communities.ts:250
Per-node local clustering coefficient, sorted descending.
nodeCount
nodeCount:
number
Defined in: src/types/communities.ts:252
Number of nodes in the graph.
triangleCount
triangleCount:
number
Defined in: src/types/communities.ts:254
Total number of triangles in the graph.