Interface: DiscoveryProofTreeDto
@kortexya/reasoninglayer / Statistical / DiscoveryProofTreeDto
Interface: DiscoveryProofTreeDto
Defined in: src/types/statistical.ts:329
Proof tree for causal discovery audit trail.
Properties
dotFormat?
optionaldotFormat:string|null
Defined in: src/types/statistical.ts:331
DOT format for visualization.
nodes
nodes:
DiscoveryProofNodeDto[]
Defined in: src/types/statistical.ts:333
All proof nodes.
rootId?
optionalrootId:string|null
Defined in: src/types/statistical.ts:335
Root node ID.
statistics
statistics:
DiscoveryProofStatsDto
Defined in: src/types/statistical.ts:337
Tree statistics.