Skip to content

Interface: HypergraphResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Visualization / HypergraphResponse

Interface: HypergraphResponse

Defined in: src/types/visualization.ts:323

Response for hypergraph visualization.

Properties

components?

optional components: ComponentDto[]

Defined in: src/types/visualization.ts:325

S-connected components (if s_threshold > 0).


degreeDistribution

degreeDistribution: DegreeDistributionDto

Defined in: src/types/visualization.ts:327

Degree distribution.


graph

graph: VisualizationGraphDto

Defined in: src/types/visualization.ts:329

The visualization graph.


stats

stats: HypergraphStats

Defined in: src/types/visualization.ts:331

Statistics.