Interface: DynamicDiscoveryResponse
@kortexya/reasoninglayer / Statistical / DynamicDiscoveryResponse
Interface: DynamicDiscoveryResponse
Defined in: src/types/statistical.ts:389
Response from dynamic causal discovery.
Properties
edgePosteriors?
optionaledgePosteriors:unknown[] |null
Defined in: src/types/statistical.ts:391
Edge posteriors (for Hybrid/MCMC strategies). Maps (from, to) to probability.
gesResult?
optionalgesResult:GESResultDto|null
Defined in: src/types/statistical.ts:393
GES refinement result.
proofTree?
optionalproofTree:DiscoveryProofTreeDto|null
Defined in: src/types/statistical.ts:395
Proof tree for audit trail.
recommendedInterventions
recommendedInterventions:
InterventionRecommendationDto[]
Defined in: src/types/statistical.ts:397
Recommended interventions to resolve uncertainty.
relationships
relationships:
CausalRelationshipDto[]
Defined in: src/types/statistical.ts:399
Discovered causal relationships.
skeleton?
optionalskeleton:unknown[] |null
Defined in: src/types/statistical.ts:401
Skeleton edges (for Hybrid strategy).
state
state:
DiscoveryStateDto
Defined in: src/types/statistical.ts:403
Current state of discovery.
strategy
strategy:
string
Defined in: src/types/statistical.ts:405
Strategy used for discovery.
success
success:
boolean
Defined in: src/types/statistical.ts:407
Whether discovery was successful.
uncertainEdges
uncertainEdges:
UncertainEdgeDto[]
Defined in: src/types/statistical.ts:409
Uncertain edges (direction unknown).