Interface: ComponentDto
@kortexya/reasoninglayer / Visualization / ComponentDto
Interface: ComponentDto
Defined in: src/types/visualization.ts:283
An s-connected component in the hypergraph.
Properties
id
id:
string
Defined in: src/types/visualization.ts:285
Component ID.
nodes
nodes:
string[]
Defined in: src/types/visualization.ts:287
Node IDs in the component.
sValue
sValue:
number
Defined in: src/types/visualization.ts:289
S-value (connectivity threshold).