Skip to content

Interface: CounterfactualTraceDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / CounterfactualTraceDto

Interface: CounterfactualTraceDto

Defined in: src/types/causal.ts:116

Trace of the counterfactual evaluation steps.

Properties

abduction

abduction: string

Defined in: src/types/causal.ts:118

Step 1: Abduction - computing exogenous values.


action

action: string

Defined in: src/types/causal.ts:120

Step 2: Action - applying intervention.


prediction

prediction: string

Defined in: src/types/causal.ts:122

Step 3: Prediction - querying in modified world.