Interface: HypergraphStats
@kortexya/reasoninglayer / Visualization / HypergraphStats
Interface: HypergraphStats
Defined in: src/types/visualization.ts:309
Statistics about the hypergraph.
Properties
componentCount
componentCount:
number
Defined in: src/types/visualization.ts:311
Number of connected components.
totalCoreferences
totalCoreferences:
number
Defined in: src/types/visualization.ts:313
Total number of coreferences.
totalFeatures
totalFeatures:
number
Defined in: src/types/visualization.ts:315
Total number of features.
totalTerms
totalTerms:
number
Defined in: src/types/visualization.ts:317
Total number of terms.