Interface: CausalEdgeDto
@kortexya/reasoninglayer / Causal / CausalEdgeDto
Interface: CausalEdgeDto
Defined in: src/types/causal.ts:6
A causal edge in the model, representing a directed causal relationship.
Properties
cause
cause:
string
Defined in: src/types/causal.ts:8
The cause variable.
certainty
certainty:
number
Defined in: src/types/causal.ts:10
Certainty of the relationship (0.0 to 1.0).
effect
effect:
string
Defined in: src/types/causal.ts:12
The effect variable.
mechanism?
optionalmechanism:string|null
Defined in: src/types/causal.ts:14
Optional mechanism description.